- java.lang.Object
-
- javassist.bytecode.CodeIterator.Gap
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
int |
length
The length of the gap.
|
int |
position
The position of the gap.
|
-
Constructor Summary
Constructors
Constructor and Description |
Gap() |
-
Method Summary
-
Methods inherited from class java.lang.Object
equals, 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.
Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.