Class StackMap.Shifter

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean exclusive  
      private int gap  
      private int where  
    • Constructor Summary

      Constructors 
      Constructor Description
      Shifter​(StackMap smt, int where, int gap, boolean exclusive)  
    • Field Detail

      • where

        private int where
      • gap

        private int gap
      • exclusive

        private boolean exclusive
    • Constructor Detail

      • Shifter

        public Shifter​(StackMap smt,
                       int where,
                       int gap,
                       boolean exclusive)
    • 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
      • uninitialized

        public void uninitialized​(int pos,
                                  int offset)
        Description copied from class: StackMap.Walker
        Invoked when an element of type Uninitialized_variable_info is visited.
        Overrides:
        uninitialized in class StackMap.Walker