Package net.sf.cglib.core
Class LocalVariablesSorter.State
- java.lang.Object
-
- net.sf.cglib.core.LocalVariablesSorter.State
-
- Enclosing class:
- LocalVariablesSorter
private static class LocalVariablesSorter.State extends java.lang.Object
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]'.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
State()
-