Classes

  ClassDescription
Public classActionContext
This class provide the context for an action while executing.
Public classActionHandler
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.
Public classActionVisitor
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.