Uses of Class
javassist.bytecode.CodeIterator.Gap

Packages that use CodeIterator.Gap
javassist.bytecode Bytecode-level API. 
 

Uses of CodeIterator.Gap in javassist.bytecode
 

Methods in javassist.bytecode that return CodeIterator.Gap
 CodeIterator.Gap CodeIterator.insertGapAt(int pos, int length, boolean exclusive)
          Inserts an inclusive or exclusive gap in front of the instruction at the given index pos.
 



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