Uses of Class
org.teavm.runtime.RuntimeClass
Packages that use RuntimeClass
-
Uses of RuntimeClass in org.teavm.runtime
Fields in org.teavm.runtime declared as RuntimeClassModifier and TypeFieldDescriptionRuntimeClass.arrayType
RuntimeClass.declaringClass
RuntimeClass.enclosingClass
ExceptionHandler.exceptionClass
RuntimeClass.itemType
RuntimeClass.parent
RuntimeClassPointer.value
Methods in org.teavm.runtime that return RuntimeClassModifier and TypeMethodDescriptionstatic RuntimeClass
RuntimeClass.getClass(RuntimeObject object)
static RuntimeClass
RuntimeClass.unpack(int n)
Methods in org.teavm.runtime with parameters of type RuntimeClassModifier and TypeMethodDescriptionstatic Address
Allocator.allocate(RuntimeClass tag)
static Address
Allocator.allocateArray(RuntimeClass tag, int size)
static RuntimeArray
Allocator.allocateMultiArray(RuntimeClass tag, Address dimensions, int dimensionCount)
abstract boolean
IsSupertypeFunction.apply(RuntimeClass superType)