FMX.ASE.Lexer
From RAD Studio API Documentation
Defines the FireMonkey classes, types, variables, and constants used in lexical analysis of an ASCII Scene Export (.ase) model.
| Package | fmxase250.bpl |
|---|
Classes
EAseLexerError Catches all the possible errors that can occur during the lexical analysis of the .ase file.
TAseLexer Represents the lexer for .ase files.
TASETokenHelper For internal use. TASETokenHelper is a record helper that provides fields for a scoped enumeration, the FMX.ASE.Lexer.TASEToken type.
Types
TASEToken Represents a type of an ASE token.
TKeyWord Represents a type of an ASE keyword.
TKeyWordRec A record that stores a keyword and its hash.
Variables
KEY_WORDS Hash table with all the ASE keywords strings and hash values.