Parser
A class that is used to produce a syntax tree from source code.
NOTE: If you're targeting Android SDK level < 33, you must use
or close the instance to free up resources.
A class that is used to produce a syntax tree from source code.
A class that is used to produce a syntax tree from source code.
A class that is used to produce a syntax tree from source code.
Constructors
Types
Properties
The ranges of text that the parser will include when parsing.
The ranges of text that the parser will include when parsing.
The ranges of text that the parser will include when parsing.
The ranges of text that the parser should include when parsing.
The logger that the parser will use during parsing.
The logger that the parser will use during parsing.
The logger that the parser will use during parsing.
The logger that the parser will use during parsing.
The maximum duration in microseconds that parsing should be allowed to take before halting.
The maximum duration in microseconds that parsing should be allowed to take before halting.
The maximum duration in microseconds that parsing should be allowed to take before halting.
The maximum duration in microseconds that parsing should be allowed to take before halting.
Functions
Parse source code from a callback and create a syntax tree.
Parse a source code string and create a syntax tree.
Parse source code from a callback and create a syntax tree.
Parse a source code string and create a syntax tree.
Parse source code from a callback and create a syntax tree.
Parse a source code string and create a syntax tree.