Uses of Class
javassist.bytecode.CodeIterator

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)
           
 



Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999-2010 Shigeru Chiba. All Rights Reserved.