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

Class all AST nodes inherit from More...

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

Public Member Functions

abstract void Handle (MBConsole console)
 Executes specific logic on the console More...
 

Detailed Description

Class all AST nodes inherit from

Member Function Documentation

§ Handle()

abstract void MB2D.MBConsoleASTNode.Handle ( MBConsole  console)
pure virtual

Executes specific logic on the console

Parameters
consoleGame console.

Implemented in MB2D.QuitASTNode, MB2D.PrintASTNode, MB2D.RunASTNode, MB2D.SetASTNode, and MB2D.RootASTNode.

Here is the caller graph for this function:

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