|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use CodeIterator | |
|---|---|
| javassist.bytecode | Bytecode-level API. |
| javassist.bytecode.analysis | Bytecode Analysis API. |
| Uses of CodeIterator in javassist.bytecode |
|---|
| Methods in javassist.bytecode that return CodeIterator | |
|---|---|
CodeIterator |
CodeAttribute.iterator()
Makes a new iterator for reading this code attribute. |
| Methods in javassist.bytecode with parameters of type CodeIterator | |
|---|---|
static java.lang.String |
InstructionPrinter.instructionString(CodeIterator iter,
int pos,
ConstPool pool)
|
| Uses of CodeIterator in javassist.bytecode.analysis |
|---|
| Methods in javassist.bytecode.analysis with parameters of type CodeIterator | |
|---|---|
void |
Executor.execute(MethodInfo method,
int pos,
CodeIterator iter,
Frame frame,
Subroutine subroutine)
Execute the instruction, modeling the effects on the specified frame and subroutine. |
static int |
Util.getJumpTarget(int pos,
CodeIterator iter)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||