FMX.ASE.Lexer

From RAD Studio API Documentation
Jump to: navigation, search

Defines the FireMonkey classes, types, variables, and constants used in lexical analysis of an ASCII Scene Export (.ase) model.

Package fmxase250.bpl

Classes

EAseLexerErrorCatches all the possible errors that can occur during the lexical analysis of the .ase file.
TAseLexerRepresents the lexer for .ase files.
TASETokenHelperFor internal use. TASETokenHelper is a record helper that provides fields for a scoped enumeration, the FMX.ASE.Lexer.TASEToken type.

Types

Fmx_Ase_Lexer
TASETokenRepresents a type of an ASE token.
TKeyWordRepresents a type of an ASE keyword.
TKeyWordRecA record that stores a keyword and its hash.

Variables

KEY_WORDSHash table with all the ASE keywords strings and hash values.