Expand description
Defines the parser and the tokenizer.
Using the methods of the ParserFacade
structure is the most common way of parsing
programs until end-of-file.
Structs§
- As3Reserved
Word - ActionScript reserved word validation.
- Character
Validator - The
CharacterValidator
structure defines static methods for character validation. - CssParser
- CssParser
Facade - A simplified interface for executing the CSS parser.
- CssTokenizer
- Parser
- Parser
Control Flow Context - Parser
Expression Context - Context used to control the parsing of an expression.
- Parser
Facade - A simplified interface for executing the parser.
- Parser
Options - Tokenizer
Enums§
- Parser
Directive Context - Parser
Error - Indicates a fatal syntax error that leads the parser to complete without a resulting node.
- Token
- Represents a lexical token.
Constants§
- INVALIDATED_
IDENTIFIER - Returns the identifier name that is specially reserved for invalidated identifiers that could not be parsed.