Expr_Kind class

Kind is the kind of the Node.

Inheritance
  • Object
  • ProtobufEnum
  • Expr_Kind

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
This enum's name, as specified in the .proto file.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
This enum's integer value, as specified in the .proto file.
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Returns this enum's name or the value if names are not represented.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

valueOf(int value) Expr_Kind?

Constants

ARR → const Expr_Kind
CALL → const Expr_Kind
CASES → const Expr_Kind
ELEM → const Expr_Kind
EVAL → const Expr_Kind
ITER → const Expr_Kind
JSON → const Expr_Kind
OBJ → const Expr_Kind
OP_BINARY → const Expr_Kind
OP_UNARY → const Expr_Kind
OP_VARIADIC → const Expr_Kind
REF → const Expr_Kind
SCALAR → const Expr_Kind
UNSPECIFIED → const Expr_Kind
values → const List<Expr_Kind>