Package javassist.bytecode
Class CodeIterator.Gap
java.lang.Object
javassist.bytecode.CodeIterator.Gap
- Enclosing class:
CodeIterator
An inserted gap.
- Since:
- 3.11
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
position
public int positionThe position of the gap. -
length
public int lengthThe length of the gap.
-
-
Constructor Details
-
Gap
public Gap()
-