Package | Description |
---|---|
javassist.bytecode |
Bytecode-level API.
|
javassist.bytecode.analysis |
Bytecode Analysis API.
|
Modifier and Type | Method and Description |
---|---|
CodeIterator |
CodeAttribute.iterator()
Makes a new iterator for reading this code attribute.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
InstructionPrinter.instructionString(CodeIterator iter,
int pos,
ConstPool pool)
Gets a string representation of the bytecode instruction at the specified
position.
|
Modifier and Type | Method and Description |
---|---|
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) |
Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.