gnu.bytecode

Class Location

public class Location extends Object

An abstracted "variable", inherited by Field and Variable.
Field Summary
protected Stringname
protected Typetype
Method Summary
StringgetName()
StringgetSignature()
TypegetType()
voidsetName(String name)
voidsetName(int name_index, ConstantPool constants)
voidsetSignature(int signature_index, ConstantPool constants)
voidsetType(Type type)

Field Detail

name

protected String name

type

protected Type type

Method Detail

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)