FeelLexer

class FeelLexer(input: String)

Lexer for FEEL expressions.

Converts FEEL expression strings into token streams. FEEL is case-sensitive with lowercase keywords.

Constructors

Link copied to clipboard
constructor(input: String)

Functions

Link copied to clipboard

Tokenize the input expression.