gnu.bytecode
Class Location
public class Location
extends java.lang.Object
An abstracted "variable", inherited by Field and Variable.
name
protected String name
getName
public final String getName()
getSignature
public final String getSignature()
getType
public final Type getType()
setName
public final void setName(String name)
setName
public final void setName(int name_index,
ConstantPool constants)
setSignature
public void setSignature(int signature_index,
ConstantPool constants)
setType
public final void setType(Type type)