Class StackMap.SwitchShifter

java.lang.Object
javassist.bytecode.StackMap.Walker
javassist.bytecode.StackMap.SwitchShifter
Enclosing class:
StackMap

static class StackMap.SwitchShifter extends StackMap.Walker
  • Field Details

    • where

      private int where
    • gap

      private int gap
  • Constructor Details

    • SwitchShifter

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

    • 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