public class Variable<T> extends Object
Variable(T type, int offset)
int
getOffset()
T
getType()
String
toString()
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Variable(T type, int offset)
public T getType()
public int getOffset()
public String toString()
toString
Object