JsonExprOpCode enum

Inheritance
Implemented types

Constructors

JsonExprOpCode()
const

Values

value → const JsonExprOpCode
variable → const JsonExprOpCode
slot → const JsonExprOpCode
unknown → const JsonExprOpCode
not → const JsonExprOpCode
neg → const JsonExprOpCode
equals → const JsonExprOpCode
notEquals → const JsonExprOpCode
in$ → const JsonExprOpCode
lessThan → const JsonExprOpCode
lessThanOrEquals → const JsonExprOpCode
greaterThan → const JsonExprOpCode
greaterThanOrEquals → const JsonExprOpCode
and → const JsonExprOpCode
or → const JsonExprOpCode
plus → const JsonExprOpCode
minus → const JsonExprOpCode
times → const JsonExprOpCode
contains → const JsonExprOpCode
containsAll → const JsonExprOpCode
containsAny → const JsonExprOpCode
getAttribute → const JsonExprOpCode
hasAttribute → const JsonExprOpCode
like → const JsonExprOpCode
is$ → const JsonExprOpCode
ifThenElse → const JsonExprOpCode
set → const JsonExprOpCode
record → const JsonExprOpCode

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
toJson() String
override
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<JsonExprOpCode>
A constant List of the values in this enum, in order of their declaration.