-
- All Implemented Interfaces:
public final class RuntimeModule
-
-
Field Summary
Fields Modifier and Type Field Description private final UIntindexprivate final Stringnameprivate final RuntimeModuleStoragestorageprivate final BigIntegercallIndexprivate final BigIntegereventsIndexprivate final List<RuntimeModuleConstant>constantsprivate final BigIntegererrorsIndexprivate final UByteindexUInt8
-
Constructor Summary
Constructors Constructor Description RuntimeModule(String name, RuntimeModuleStorage storage, BigInteger callIndex, BigInteger eventsIndex, List<RuntimeModuleConstant> constants, BigInteger errorsIndex, UByte indexUInt8)
-
Method Summary
Modifier and Type Method Description final UIntgetIndex()final StringgetName()final RuntimeModuleStoragegetStorage()final BigIntegergetCallIndex()final BigIntegergetEventsIndex()final List<RuntimeModuleConstant>getConstants()final BigIntegergetErrorsIndex()final UBytegetIndexUInt8()-
-
Constructor Detail
-
RuntimeModule
RuntimeModule(String name, RuntimeModuleStorage storage, BigInteger callIndex, BigInteger eventsIndex, List<RuntimeModuleConstant> constants, BigInteger errorsIndex, UByte indexUInt8)
-
-
Method Detail
-
getStorage
final RuntimeModuleStorage getStorage()
-
getCallIndex
final BigInteger getCallIndex()
-
getEventsIndex
final BigInteger getEventsIndex()
-
getConstants
final List<RuntimeModuleConstant> getConstants()
-
getErrorsIndex
final BigInteger getErrorsIndex()
-
getIndexUInt8
final UByte getIndexUInt8()
-
-
-
-