Class StackMap.SwitchShifter

    • Field Detail

      • where

        private int where
      • gap

        private int gap
    • Constructor Detail

      • SwitchShifter

        public SwitchShifter​(StackMap smt,
                             int where,
                             int gap)
    • Method Detail

      • locals

        public int locals​(int pos,
                          int offset,
                          int num)
        Description copied from class: StackMap.Walker
        Invoked when locals of stack_map_frame is visited.
        Overrides:
        locals in class StackMap.Walker