| Modifier and Type | Field and Description |
|---|---|
private int |
endBci |
private String |
name |
private int |
slot |
private int |
startBci |
private JavaType |
type |
| Constructor and Description |
|---|
LocalImpl(String name,
JavaType type,
int startBci,
int endBci,
int slot) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getEndBCI() |
String |
getName() |
int |
getSlot() |
int |
getStartBCI() |
JavaType |
getType() |
int |
hashCode() |
String |
toString() |
private final int startBci
private final int endBci
private final int slot
public int getStartBCI()
getStartBCI in interface Local