menu
zart package
documentation
operand.dart
Operand class
Operand class
dark_mode
light_mode
Operand
class
Constructors
Operand
(
int
oType
)
Properties
hashCode
→
int
The hash code for this object.
no setter
inherited
oType
→
int
final
peekValue
→
int
?
no setter
rawValue
↔
int
?
getter/setter pair
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
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
zart package
documentation
operand
Operand class
operand library