Class 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]'.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int[] mapping  
      (package private) int nextLocal  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private State()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • mapping

        int[] mapping
      • nextLocal

        int nextLocal
    • Constructor Detail

      • State

        private State()