OperandType class

Declares the 4 different operand types

Constructors

OperandType()

Properties

hashCode int
The hash code for this object.
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

Static Methods

asString(int type) String
intToOperandType(int value) int

Constants

large → const int
2 byte large constant (0-65535) */
omitted → const int
Omitted Flag, terminates Operand Type list */
small → const int
1 byte small constant (0-255) */
variable → const int
Variable lookup */