Package net.sf.cglib.core
Class LocalVariablesSorter.State
java.lang.Object
net.sf.cglib.core.LocalVariablesSorter.State
- Enclosing class:
- LocalVariablesSorter
Mapping from old to new local variable indexes. A local variable at index
i of size 1 is remapped to 'mapping[2*i]', while a local variable at
index i of size 2 is remapped to 'mapping[2*i+1]'.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
mapping
int[] mapping -
nextLocal
int nextLocal
-
-
Constructor Details
-
State
private State()
-