public static interface EditorContext.BytecodeProvider
Modifier and Type | Method and Description |
---|---|
byte[] |
byteCodes()
Retrieve the bytecodes of the method.
|
byte[] |
constantPool()
Retrieve the class' constant pool.
|
int[] |
indexAtLines(int startLine,
int endLine)
Get an array of bytecode indexes of operations between the starting
and ending line.
|
byte[] constantPool()
byte[] byteCodes()
int[] indexAtLines(int startLine, int endLine)
startLine
- The starting lineendLine
- The ending line