FMX.ASE.Lexer.TAseLexer Properties
InheritedProtected
| Ahead | public | Specifies whether the lexer should move to the next line. |
| CurrentChar | public | |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| Token | public | Returns the type of the current token. |
| TokenFloat | public | Returns the token as a float value. |
| TokenIdent | public | Returns the value of an identifier token. |
| TokenInteger | public | Returns the token as an integer value. |
| TokenKeyWord | public | Stores the type of keyword for the last processed keyword. |
| TokenString | public | Returns a string representation of the current token. |
| UseCommaToken | public | Specifies whether the comma is considered a token. |