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

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

public static class VMStack.FieldValue
extends Object
implements Serializable

The value of a field

See Also:
Serialized Form

Constructor Summary
VMStack.FieldValue(Object substance, int index, String field)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VMStack.FieldValue

public VMStack.FieldValue(Object substance,
                          int index,
                          String field)
Method Detail

toString

public String toString()