org.objectweb.jac.core.translators
Class VMStack.Instance

java.lang.Object
  extended byorg.objectweb.jac.core.translators.VMStack.Instance
All Implemented Interfaces:
Serializable
Enclosing class:
VMStack

public static class VMStack.Instance
extends Object
implements Serializable

Instance of a class

See Also:
Serialized Form

Field Summary
 InstructionHandle initHandle
           
 InstructionHandle newHandle
          the InstructionHandle who created this instance
 String type
           
 
Constructor Summary
VMStack.Instance(String type, InstructionHandle newHandle)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

type

public String type

newHandle

public transient InstructionHandle newHandle
the InstructionHandle who created this instance


initHandle

public transient InstructionHandle initHandle
Constructor Detail

VMStack.Instance

public VMStack.Instance(String type,
                        InstructionHandle newHandle)
Method Detail

toString

public String toString()