Module as3_parser::tree
source · Expand description
Defines the syntactic nodes produced by the parser.
Structs§
- An ASDoc reference consisting of an optional base and an optional instance property fragment (
#x). - Block statement.
- The
do..whilestatement. - The
embed {...}expression. - The
o.<...>expression. - Filter operation
o.(condition). - The
import.metaexpression. - Represents a directive that failed to parse.
- Represents an expression that failed to parse.
- Mapping of namespace prefixes.
- Represents a
CONFIG::x ...directive. - An expression followed by optional chaining operations.
- Internal expression used as the topmost expression of a sequence of optional chaining operations.
- Sequence expression (
x, y). - Super expression.
- A tuple type expression consisting of at least two elements.
- A type parameter as in
function f.<T>(): void {}.
Enums§
- Directive attached with a source location.
- Expression attached with a source location.