Modifier and Type | Field and Description |
---|---|
static JsrScope |
EMPTY_SCOPE |
private long |
scope |
Modifier | Constructor and Description |
---|---|
|
JsrScope() |
private |
JsrScope(long scope) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isEmpty() |
boolean |
isPrefixOf(JsrScope other) |
int |
nextReturnAddress() |
JsrScope |
pop() |
JsrScope |
push(int jsrReturnBci) |
String |
toString() |
public static final JsrScope EMPTY_SCOPE
private final long scope
public int nextReturnAddress()
public boolean isEmpty()
public boolean isPrefixOf(JsrScope other)