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

Parses command string input and executes it using a debug console. More...

Collaboration diagram for MB2D.MBConsoleParser:
Collaboration graph

Public Member Functions

 MBConsoleParser ()
 Initializes a new instance of the T:MB2D.MBConsoleParser class. More...
 
RootASTNode Parse (string command)
 Processes the command string and executes to the given console. More...
 

Detailed Description

Parses command string input and executes it using a debug console.

Constructor & Destructor Documentation

§ MBConsoleParser()

MB2D.MBConsoleParser.MBConsoleParser ( )
inline

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

Member Function Documentation

§ Parse()

RootASTNode MB2D.MBConsoleParser.Parse ( string  command)
inline

Processes the command string and executes to the given console.

Parameters
consoleConsole to execute on.
commandCommand to parse.
Returns
The entry point for the AST
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: