Class Execution.InternalVariable

  • Enclosing class:
    Execution

    public abstract static class Execution.InternalVariable
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract int load()  
      abstract void store​(int value)  
      void store​(Data data)  
      • Methods inherited from class java.lang.Object

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

      • InternalVariable

        public InternalVariable()
    • Method Detail

      • load

        public abstract int load()
      • store

        public abstract void store​(int value)
      • store

        public final void store​(Data data)