Operand class

Constructors

Operand(int oType)

Properties

hashCode int
The hash code for this object.
no setterinherited
oType int
final
peekValue int?
no setter
rawValue int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int?
Gets a read of the rawValue. If the type is VARIABLE, then performs an implicit read of the variable's address, otherwise just returns the rawValue (SMALL or LARGE);
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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

Static Methods

createVarOperandByte(List<int> types) int?
Used primarily for unit testing