Class ClassInfoStruct
java.lang.Object
org.teavm.backend.wasm.generate.gc.reflection.ClassInfoStruct
-
Method Details
-
structure
-
array
-
vtableIndex
public int vtableIndex() -
classObjectIndex
public int classObjectIndex() -
tagIndex
public int tagIndex() -
modifiersIndex
public int modifiersIndex() -
primitiveKindIndex
public int primitiveKindIndex() -
nameIndex
public int nameIndex() -
simpleNameIndex
public int simpleNameIndex() -
itemTypeIndex
public int itemTypeIndex() -
arrayTypeIndex
public int arrayTypeIndex() -
declaringClassIndex
public int declaringClassIndex() -
enclosingClassIndex
public int enclosingClassIndex() -
supertypeFunctionIndex
public int supertypeFunctionIndex() -
parentIndex
public int parentIndex() -
interfacesIndex
public int interfacesIndex() -
cloneFunctionIndex
public int cloneFunctionIndex() -
newArrayFunctionIndex
public int newArrayFunctionIndex() -
getItemIndex
public int getItemIndex() -
putItemIndex
public int putItemIndex() -
arrayLengthIndex
public int arrayLengthIndex() -
initializerIndex
public int initializerIndex() -
enumConstantsIndex
public int enumConstantsIndex() -
initEnumConstantsIndex
public int initEnumConstantsIndex() -
servicesIndex
public int servicesIndex() -
copyArrayIndex
public int copyArrayIndex() -
nextClassIndex
public int nextClassIndex() -
createInstanceIndex
public int createInstanceIndex() -
initNewInstanceIndex
public int initNewInstanceIndex() -
reflectionInfoIndex
public int reflectionInfoIndex() -
supertypeFunctionType
-
cloneFunctionType
-
newArrayFunctionType
-
getItemFunctionType
-
putItemFunctionType
-
arrayLengthFunctionType
-
copyArrayFunctionType
-
enumConstantsType
-
interfacesType
-
firstClassGlobal
-
currentClassGlobal
-
classObjectFunction
-