Package gnu.bytecode
Class Location
- java.lang.Object
-
- gnu.bytecode.Location
-
-
Constructor Summary
Constructors Constructor Description Location()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
String
getSignature()
Type
getType()
void
setName(int name_index, ConstantPool constants)
void
setName(String name)
void
setSignature(int signature_index, ConstantPool constants)
void
setType(Type type)
-
-
-
Field Detail
-
name
protected String name
-
-
Method Detail
-
getName
public final String getName()
-
setName
public final void setName(String name)
-
setName
public final void setName(int name_index, ConstantPool constants)
-
getType
public Type getType()
-
setType
public final void setType(Type type)
-
getSignature
public final String getSignature()
-
setSignature
public void setSignature(int signature_index, ConstantPool constants)
-
-