Midnight Blue Game and Engine
Public Member Functions | List of all members
MB2D.RootASTNode Class Reference

The entry point for command execution with a single child. More...

Inheritance diagram for MB2D.RootASTNode:
Inheritance graph
Collaboration diagram for MB2D.RootASTNode:
Collaboration graph

Public Member Functions

 RootASTNode (MBConsoleASTNode child)
 Initializes a new instance of the T:MB2D.RootASTNode class. More...
 
override void Handle (MBConsole console)
 Calls the child commands handle method More...
 

Detailed Description

The entry point for command execution with a single child.

Constructor & Destructor Documentation

§ RootASTNode()

MB2D.RootASTNode.RootASTNode ( MBConsoleASTNode  child)
inline

Initializes a new instance of the T:MB2D.RootASTNode class.

Parameters
childCommand AST node to handle.

Member Function Documentation

§ Handle()

override void MB2D.RootASTNode.Handle ( MBConsole  console)
inlinevirtual

Calls the child commands handle method

Parameters
consoleConsole to handle.

Implements MB2D.MBConsoleASTNode.

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following file: