- 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]'.