Classes
| Class | Description | |
|---|---|---|
| ActionContext |
This class provide the context for an action while executing.
| |
| ActionHandler |
A derived instance of ActionHandler is passed to Action.Execute(...). This method
calls one of the below ActionHandler methods according to the type of action.
| |
| ActionVisitor |
A derived instance of ActionVisitor is passed to Action.Accept(...). This method
calls one of the below ActionVisitor methods according to the type of action.
|