Uses of Class
org.qbicc.interpreter.memory.ReferenceArrayMemory
Packages that use ReferenceArrayMemory
-
Uses of ReferenceArrayMemory in org.qbicc.interpreter.memory
Methods in org.qbicc.interpreter.memory that return ReferenceArrayMemoryModifier and TypeMethodDescriptionstatic ReferenceArrayMemoryMemoryFactory.wrap(VmObject[] array, ReferenceType refType) Wrap the given array as a memory of the same size and type.