Modifier and Type | Field and Description |
---|---|
private final CodeImpl | |
private final int |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public int | characterRangeEnd()
Implements java. Returns the encoded end of the character range region (exclusive). |
public int | characterRangeStart()
Implements java. Returns the encoded start of the character range region (inclusive). |
pack-priv int | |
public Label | endScope()
Implements java. Returns the end of the instruction range. |
public int | flags()
Implements java. A flags word, indicating the kind of range. |
pack-priv int | |
public Label | startScope()
Implements java. Returns the start of the instruction range. |
public String | |
public void |
code | back to summary |
---|---|
private final CodeImpl code |
offset | back to summary |
---|---|
private final int offset |
BoundCharacterRange | back to summary |
---|---|
public BoundCharacterRange(CodeImpl code, int offset) |
characterRangeEnd | back to summary |
---|---|
public int characterRangeEnd() Implements java. Doc from java. Returns the encoded end of the character range region (exclusive). .
The value is constructed from the line_number/column_number pair as given
by
|
characterRangeStart | back to summary |
---|---|
public int characterRangeStart() Implements java. Doc from java. Returns the encoded start of the character range region (inclusive).
The value is constructed from the line_number/column_number pair as given
by
|
endPc | back to summary |
---|---|
pack-priv int endPc() |
endScope | back to summary |
---|---|
public Label endScope() Implements java. Doc from java. Returns the end of the instruction range. |
flags | back to summary |
---|---|
public int flags() Implements java. Doc from java. A flags word, indicating the kind of range. Multiple flag bits may be set. Valid flags include:
|
startPc | back to summary |
---|---|
pack-priv int startPc() |
startScope | back to summary |
---|---|
public Label startScope() Implements java. Doc from java. Returns the start of the instruction range. |
toString | back to summary |
---|---|
public String toString() Overrides java. Doc from java. Returns a string representation of the object.
Satisfying this method's contract implies a non- |
writeTo | back to summary |
---|---|
public void writeTo(DirectCodeBuilder builder) Overrides jdk.
|