AstNodeName enum
Values
- Identifier → const AstNodeName
- PrefixedIdentifier → const AstNodeName
- NumericLiteral → const AstNodeName
- StringLiteral → const AstNodeName
- BooleanLiteral → const AstNodeName
- SetOrMapLiteral → const AstNodeName
- MapLiteralEntry → const AstNodeName
- ListLiteral → const AstNodeName
- NamedExpression → const AstNodeName
- MemberExpression → const AstNodeName
- MethodInvocation → const AstNodeName
- FieldDeclaration → const AstNodeName
- Annotation → const AstNodeName
- PropertyAccess → const AstNodeName
- ArgumentList → const AstNodeName
- IfStatement → const AstNodeName
- ForStatement → const AstNodeName
- SwitchStatement → const AstNodeName
- SwitchCase → const AstNodeName
- SwitchDefault → const AstNodeName
- ReturnStatement → const AstNodeName
- BlockStatement → const AstNodeName
- FormalParameterList → const AstNodeName
- SimpleFormalParameter → const AstNodeName
- TypeName → const AstNodeName
- ClassDeclaration → const AstNodeName
- FunctionDeclaration → const AstNodeName
- MethodDeclaration → const AstNodeName
- VariableDeclarator → const AstNodeName
- VariableDeclarationList → const AstNodeName
- BinaryExpression → const AstNodeName
- AssignmentExpression → const AstNodeName
- FunctionExpression → const AstNodeName
- PrefixExpression → const AstNodeName
- AwaitExpression → const AstNodeName
- ExpressionStatement → const AstNodeName
- IndexExpression → const AstNodeName
- StringInterpolation → const AstNodeName
- InterpolationExpression → const AstNodeName
- VariableExpression → const AstNodeName
- Program → const AstNodeName
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
AstNodeName> - A constant List of the values in this enum, in order of their declaration.