FMX.ASE.Lexer
Defines the FireMonkey classes, types, variables, and constants used in lexical analysis of an ASCII Scene Export (.ase) model.
| Package | fmxase290.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. |
Types
| Fmx_Ase_Lexer | |
| 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. |