org.objectweb.jac.core.translators
Class VMStack.Instance
java.lang.Object
|
+--org.objectweb.jac.core.translators.VMStack.Instance
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- VMStack
- public static class VMStack.Instance
- extends Object
- implements Serializable
- See Also:
- Serialized Form
type
public String type
newHandle
public transient InstructionHandle newHandle
- the InstructionHandle who created this instance
initHandle
public transient InstructionHandle initHandle
VMStack.Instance
public VMStack.Instance(String type,
InstructionHandle newHandle)
toString
public String toString()
- Overrides:
toString
in class Object