Uses of Class
javassist.bytecode.CodeIterator
Package
Description
Bytecode-level API.
Bytecode Analysis API.
-
Uses of CodeIterator in javassist.bytecode
Modifier and TypeMethodDescriptionCodeAttribute.iterator()
Makes a new iterator for reading this code attribute.Modifier and TypeMethodDescriptionstatic String
InstructionPrinter.instructionString
(CodeIterator iter, int pos, ConstPool pool) Gets a string representation of the bytecode instruction at the specified position. -
Uses of CodeIterator in javassist.bytecode.analysis
Modifier and TypeMethodDescriptionvoid
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)