Class CodeContext.Offset

    • Constructor Summary

      Constructors 
      Constructor Description
      Offset()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CodeContext getCodeContext()  
      org.codehaus.janino.StackMap getStackMap()  
      void set()
      Sets this "Offset" to the offset of the current inserter; inserts this "Offset" before the current inserter.
      void setBasicBlock()
      Set this offset, and mark it as the the beginning of a "basic block".
      void setOffset()  
      void setStackMap​(org.codehaus.janino.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.
      • setBasicBlock

        public void setBasicBlock()
        Set this offset, and mark it as the the beginning of a "basic block".
      • setOffset

        public void setOffset()
      • getStackMap

        public org.codehaus.janino.StackMap getStackMap()
      • setStackMap

        public void setStackMap​(org.codehaus.janino.StackMap stackMap)
      • toString

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