gnu.bytecode
public class Location extends Object
| Field Summary | |
|---|---|
| protected String | name |
| protected Type | type |
| Method Summary | |
|---|---|
| String | getName() |
| String | getSignature() |
| Type | getType() |
| void | setName(String name) |
| void | setName(int name_index, ConstantPool constants) |
| void | setSignature(int signature_index, ConstantPool constants) |
| void | setType(Type type) |