Свойство | Type | Description | |
---|---|---|---|
ConvertTokenValue | object | ||
Next | bool | ||
ParseStringLiteral | string |
Méthode | Description | |
---|---|---|
Analyze ( string expression ) : IEnumerable |
Analyzes a specified logical expression and extracts a sequence of tokens.
|
|
Lexer ( ) : System |
Initializes a new instance of the Lexer class.
|
Méthode | Description | |
---|---|---|
ConvertTokenValue ( TokenType type, string value ) : object | ||
Next ( ) : bool | ||
ParseStringLiteral ( string value ) : string |
public Analyze ( string expression ) : IEnumerable |
||
expression | string | The logical expression. |
Résultat | IEnumerable |