Class CodeContext.Offset

    • Constructor Summary

      Constructors 
      Constructor Description
      Offset()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CodeContext getCodeContext()  
      StackMap getStackMap()  
      void set()
      Sets this "Offset" to the offset of the current inserter; inserts this "Offset" before the current inserter.
      void setOffset()  
      (package private) void setStackMap()
      Merges the stack maps of the current inserter and THIS offset, and assigns the result to the current inserter and THIS offset.
      void setStackMap​(StackMap stackMap)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Offset

        public Offset()
    • Method Detail

      • set

        public void set()
        Sets this "Offset" to the offset of the current inserter; inserts this "Offset" before the current inserter.
      • setStackMap

        void setStackMap()
        Merges the stack maps of the current inserter and THIS offset, and assigns the result to the current inserter and THIS offset.
      • setOffset

        public void setOffset()
      • getStackMap

        public StackMap getStackMap()
      • setStackMap

        public void setStackMap​(StackMap stackMap)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object