Interface Summary |
BreakJump |
As the type of a jump, represents a traditional break statement. |
BreakJumpClass |
Class proxy for type BreakJump. |
ContinueJump |
As the type of a jump, represents a traditional continue
statement. |
ContinueJumpClass |
Class proxy for type ContinueJump. |
HandlerAction |
An action may have zero or more handlers attached to it. |
HandlerActionClass |
Class proxy for type HandlerAction. |
JumpAction |
An action whose execution causes the occurrence of a specified
jump with specified arguments. |
JumpActionClass |
Class proxy for type JumpAction. |
JumpActionsPackage |
|
JumpHandler |
(not an action) Essentially the reification of a qualified
association relating an Action and a jump type to the
HandlerAction that is invoked if the jump occurs during the
execution of the action. |
JumpHandlerClass |
Class proxy for type JumpHandler. |