HTGlobalConstantTable class
All constant values of a compilation module.
- Implementers
Constructors
Properties
Methods
-
addGlobalConstant<
T> (T value) → int - Add a constant value with type T to the table.
-
getGlobalConstant(
Type type, int index) → dynamic -
Get a constant value in the table at the
index
. -
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