AstRuntimeNodeName enum

Inheritance

Constructors

AstRuntimeNodeName()
const

Values

SimpleIdentifier → const AstRuntimeNodeName
PrefixedIdentifier → const AstRuntimeNodeName
DoubleLiteral → const AstRuntimeNodeName
IntegerLiteral → const AstRuntimeNodeName
StringLiteral → const AstRuntimeNodeName
BooleanLiteral → const AstRuntimeNodeName
SetOrMapLiteral → const AstRuntimeNodeName
MapLiteralEntry → const AstRuntimeNodeName
ListLiteral → const AstRuntimeNodeName
NullLiteral → const AstRuntimeNodeName
NamedExpression → const AstRuntimeNodeName
MemberExpression → const AstRuntimeNodeName
MethodInvocation → const AstRuntimeNodeName
FieldDeclaration → const AstRuntimeNodeName
Annotation → const AstRuntimeNodeName
PropertyAccess → const AstRuntimeNodeName
IfStatement → const AstRuntimeNodeName
ForStatement → const AstRuntimeNodeName
SwitchStatement → const AstRuntimeNodeName
SwitchCase → const AstRuntimeNodeName
SwitchDefault → const AstRuntimeNodeName
ReturnStatement → const AstRuntimeNodeName
Block → const AstRuntimeNodeName
FormalParameterList → const AstRuntimeNodeName
SimpleFormalParameter → const AstRuntimeNodeName
DefaultFormalParameter → const AstRuntimeNodeName
FieldFormalParameter → const AstRuntimeNodeName
TypeName → const AstRuntimeNodeName
BlockFunctionBody → const AstRuntimeNodeName
ExpressionFunctionBody → const AstRuntimeNodeName
ClassDeclaration → const AstRuntimeNodeName
ImplementsClause → const AstRuntimeNodeName
WithClause → const AstRuntimeNodeName
FunctionDeclaration → const AstRuntimeNodeName
MethodDeclaration → const AstRuntimeNodeName
VariableDeclaration → const AstRuntimeNodeName
VariableDeclarationList → const AstRuntimeNodeName
BinaryExpression → const AstRuntimeNodeName
AssignmentExpression → const AstRuntimeNodeName
FunctionExpression → const AstRuntimeNodeName
PrefixExpression → const AstRuntimeNodeName
AwaitExpression → const AstRuntimeNodeName
ExpressionStatement → const AstRuntimeNodeName
IndexExpression → const AstRuntimeNodeName
FunctionExpressionInvocation → const AstRuntimeNodeName
Program → const AstRuntimeNodeName
AsExpression → const AstRuntimeNodeName
IsExpression → const AstRuntimeNodeName
StringInterpolation → const AstRuntimeNodeName
InterpolationString → const AstRuntimeNodeName
InterpolationExpression → const AstRuntimeNodeName
FHClassAnnotation → const AstRuntimeNodeName
ConditionalExpression → const AstRuntimeNodeName
SuperExpression → const AstRuntimeNodeName
SuperConstructorInvocation → const AstRuntimeNodeName
ThisExpression → const AstRuntimeNodeName
BreakStatement → const AstRuntimeNodeName
ConstructorDeclaration → const AstRuntimeNodeName
ConstructorFieldInitializer → const AstRuntimeNodeName
InstanceCreationExpression → const AstRuntimeNodeName
ConstructorName → const AstRuntimeNodeName

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<AstRuntimeNodeName>
A constant List of the values in this enum, in order of their declaration.