Searched defs:Gap (Results 1 - 1 of 1) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
H A DCodeIterator.java548 public static class Gap { class in class:CodeIterator
575 * to <code>GOTO_W</code>). The index is available from the <code>Gap</code>
592 public Gap insertGapAt(int pos, int length, boolean exclusive)
599 Gap gap = new Gap();
1087 ExceptionTable etable, CodeAttribute ca, Gap newWhere)

Completed in 63 milliseconds