lejos.nxt
Class VM.VMClone
java.lang.Object
lejos.nxt.VM.VMClone
- Direct Known Subclasses:
- VM.VMClass, VM.VMException, VM.VMImage, VM.VMMethod, VM.VMStackFrame, VM.VMThread
- Enclosing class:
- VM
public static class VM.VMClone
- extends Object
This class is used to create a Java class from in memory data. This data
may not have a Java object header or may be of a different class to that
desired. The new object will contain a snapshot of the in memory data.
This snapshot can be updated (if required by calling the update() method.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
update
public void update()