Class LocalVariablesSorter.State

java.lang.Object
net.sf.cglib.core.LocalVariablesSorter.State
Enclosing class:
LocalVariablesSorter

private static class LocalVariablesSorter.State extends 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]'.
  • Field Details

    • mapping

      int[] mapping
    • nextLocal

      int nextLocal
  • Constructor Details

    • State

      private State()