HTGlobalConstantTable class

All constant values of a compilation module.

Implementers

Constructors

HTGlobalConstantTable()

Properties

constants Map<Type, List>
Const tables stored by its type.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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