javassist.bytecode
Class CodeIterator.Gap
java.lang.Object
javassist.bytecode.CodeIterator.Gap
- Enclosing class:
- CodeIterator
public static class CodeIterator.Gap
- extends Object
An inserted gap.
- Since:
- 3.11
Field Summary |
int |
length
The length of the gap. |
int |
position
The position of the gap. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
position
public int position
- The position of the gap.
length
public int length
- The length of the gap.
CodeIterator.Gap
public CodeIterator.Gap()
Copyright © 2011. All Rights Reserved.