AstNode class abstract
ast node base class
- Implementers
- Annotation
- AssignmentExpression
- AwaitExpression
- BinaryExpression
- BlockStatement
- BooleanLiteral
- ClassDeclaration
- Expression
- FieldDeclaration
- ForLoopParts
- ForStatement
- FunctionDeclaration
- FunctionExpression
- Identifier
- IfStatement
- IndexExpression
- InterpolationExpression
- ListLiteral
- MapLiteral
- MapLiteralEntry
- MemberExpression
- MethodDeclaration
- MethodInvocation
- NamedExpression
- NumericLiteral
- PrefixedIdentifier
- PrefixExpression
- Program
- PropertyAccess
- ReturnStatement
- SimpleFormalParameter
- StringInterpolation
- StringLiteral
- SwitchCase
- SwitchStatement
- TypeName
- VariableDeclarationList
- VariableDeclarator
- VariableExpression
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toAst(
) → Map? -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited