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 lineBuilt on October 25 2023. | Copyright © 2017-2023 Apache Software Foundation. All Rights Reserved.