FMX.ASE.Lexer.TAseLexer Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AheadpublicSpecifies whether the lexer should move to the next line.
CurrentCharpublic
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
TokenpublicReturns the type of the current token.
TokenFloatpublicReturns the token as a float value.
TokenIdentpublicReturns the value of an identifier token.
TokenIntegerpublicReturns the token as an integer value.
TokenKeyWordpublicStores the type of keyword for the last processed keyword.
TokenStringpublicReturns a string representation of the current token.
UseCommaTokenpublicSpecifies whether the comma is considered a token.