AstNodeName enum

Inheritance
Available extensions

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

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.