javassist.bytecode
Class CodeIterator.Gap

java.lang.Object
  extended by javassist.bytecode.CodeIterator.Gap
Enclosing class:
CodeIterator

public static class CodeIterator.Gap
extends java.lang.Object

An inserted gap.

Since:
3.11

Field Summary
 int length
          The length of the gap.
 int position
          The position of the gap.
 
Constructor Summary
CodeIterator.Gap()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

position

public int position
The position of the gap.


length

public int length
The length of the gap.

Constructor Detail

CodeIterator.Gap

public CodeIterator.Gap()


Copyright © 2011. All Rights Reserved.