|
org.netbeans.api.debugger.jpda/2 2.13 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface EditorContext.BytecodeProvider
A provider of method bytecode information.
Method Summary | |
---|---|
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. |
Method Detail |
---|
byte[] constantPool()
byte[] byteCodes()
int[] indexAtLines(int startLine, int endLine)
startLine
- The starting lineendLine
- The ending line
|
org.netbeans.api.debugger.jpda/2 2.13 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |