public class CodeContext.Offset
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) CodeContext.Offset |
next
Links to preceding and succeding offsets.
|
(package private) int |
offset
The offset in the code attribute that this object represents.
|
(package private) CodeContext.Offset |
prev
Links to preceding and succeding offsets.
|
(package private) static int |
UNSET
|
Constructor and Description |
---|
Offset() |
Modifier and Type | Method and Description |
---|---|
CodeContext |
getCodeContext() |
void |
set()
Sets this "Offset" to the offset of the current inserter; inserts this "Offset" before the current inserter.
|
java.lang.String |
toString() |
int offset
CodeContext.Offset prev
CodeContext.Offset next
static final int UNSET
public void set()
public final CodeContext getCodeContext()
CodeContext
that this CodeContext.Offset
belongs topublic java.lang.String toString()
toString
in class java.lang.Object