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