Class inria.meije.rc.sugarcubes.Until
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class inria.meije.rc.sugarcubes.Until
java.lang.Object
   |
   +----inria.meije.rc.sugarcubes.Instruction
           |
           +----inria.meije.rc.sugarcubes.BinaryInstruction
                   |
                   +----inria.meije.rc.sugarcubes.Until
  -  public class Until
  -  extends BinaryInstruction
Preemption instruction.
   
  -   activeHandle activeHandle
-  
  
-   config config
-  
  
-   resumeBody resumeBody
-  
   
  -   Until(Config, Instruction) Until(Config, Instruction)
-  Creation from an event configuration, with Nothing as handler.
  
-   Until(Config, Instruction, Instruction) Until(Config, Instruction, Instruction)
-  Creation from an event configuration.
  
-   Until(String, Instruction) Until(String, Instruction)
-  Creation from a name, with Nothing as handler.
   
  -   activation(Machine) activation(Machine)
-  Specific activation.
  
-   equals(Instruction) equals(Instruction)
-  Equality of two instructions implies that they are of the same type.
  
-   remain(Machine) remain(Machine)
-  Specific residual method.
  
-   reset() reset()
-  To reset the instruction.
  
-   toString() toString()
-  Note: x-destroy events, introduced for object detroying, 
      are transparent.
   
 config
config
  protected Config config
 activeHandle
activeHandle
  protected boolean activeHandle
 resumeBody
resumeBody
  protected boolean resumeBody
   
 Until
Until
  public Until(String name,
               Instruction body)
  -  Creation from a name, with Nothing as handler.
 Until
Until
  public Until(Config config,
               Instruction body,
               Instruction handler)
  -  Creation from an event configuration.
 Until
Until
  public Until(Config config,
               Instruction body)
  -  Creation from an event configuration, with Nothing as handler.
   
 reset
reset
  public void reset()
  -  To reset the instruction.
  
    -  Overrides:
    
-  reset in class BinaryInstruction
  
 
 equals
equals
  public final boolean equals(Instruction inst)
  -  Equality of two instructions implies that they are of the same type.
  
    -  Overrides:
    
-  equals in class BinaryInstruction
  
 
 toString
toString
  public final String toString()
  -  Note: x-destroy events, introduced for object detroying, 
      are transparent.
  
    -  Overrides:
    
-  toString in class Instruction
  
 
 remain
remain
  protected Instruction remain(Machine machine)
  -  Specific residual method.
  
    -  Overrides:
    
-  remain in class Instruction
  
 
 activation
activation
  protected byte activation(Machine machine)
  -  Specific activation.
  
    -  Overrides:
    
-  activation in class Instruction
  
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index