Package org.teavm.runtime
Class RuntimeObject
- java.lang.Object
-
- org.teavm.interop.Structure
-
- org.teavm.runtime.RuntimeObject
-
- Direct Known Subclasses:
RuntimeArray,RuntimeClass,RuntimeReference,RuntimeReferenceQueue
public class RuntimeObject extends org.teavm.interop.Structure
-
-
Field Summary
Fields Modifier and Type Field Description intclassReferencestatic intGC_MARKEDstatic intGC_OLD_GENERATIONinthashCodestatic intnextId
-
Constructor Summary
Constructors Constructor Description RuntimeObject()
-
-
-
Field Detail
-
GC_MARKED
public static final int GC_MARKED
- See Also:
- Constant Field Values
-
GC_OLD_GENERATION
public static final int GC_OLD_GENERATION
- See Also:
- Constant Field Values
-
nextId
public static int nextId
-
classReference
public int classReference
-
hashCode
public int hashCode
-
-