Module parser

Source
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§

As3ReservedWord
ActionScript reserved word validation.
CharacterValidator
The CharacterValidator structure defines static methods for character validation.
CssParser
CssParserFacade
A simplified interface for executing the CSS parser.
CssTokenizer
Parser
ParserControlFlowContext
ParserExpressionContext
Context used to control the parsing of an expression.
ParserFacade
A simplified interface for executing the parser.
ParserOptions
Tokenizer

Enums§

ParserDirectiveContext
ParserError
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.