Package org.teavm.runtime
Class RuntimeReference
- java.lang.Object
-
- org.teavm.interop.Structure
-
- org.teavm.runtime.RuntimeObject
-
- org.teavm.runtime.RuntimeReference
-
public class RuntimeReference extends RuntimeObject
-
-
Field Summary
Fields Modifier and Type Field Description RuntimeReferencenextRuntimeObjectobjectRuntimeReferenceQueuequeue-
Fields inherited from class org.teavm.runtime.RuntimeObject
classReference, GC_MARKED, GC_OLD_GENERATION, hashCode, nextId
-
-
Constructor Summary
Constructors Constructor Description RuntimeReference()
-
-
-
Field Detail
-
queue
public RuntimeReferenceQueue queue
-
object
public RuntimeObject object
-
next
public RuntimeReference next
-
-