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

java.lang.Object
  |
  +--org.objectweb.jac.core.translators.VMStack.Argument
All Implemented Interfaces:
Serializable
Enclosing class:
VMStack

public static class VMStack.Argument
extends Object
implements Serializable

An argument

See Also:
Serialized Form

Field Summary
 int n
           
 
Constructor Summary
VMStack.Argument(int n)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

n

public int n
Constructor Detail

VMStack.Argument

public VMStack.Argument(int n)
Method Detail

toString

public String toString()
Overrides:
toString in class Object