Class CodeContext.Relocatable

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Relocatable()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void grow()
      Grows the code if the relocation cannot be done without growing code.
      abstract void relocate()
      Relocates this object.
      • Methods inherited from class java.lang.Object

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

      • Relocatable

        private Relocatable()
    • Method Detail

      • grow

        public abstract void grow()
        Grows the code if the relocation cannot be done without growing code.
      • relocate

        public abstract void relocate()
        Relocates this object.