Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
Irony.Interpreter.CommandLine Class Reference

Public Member Functions

 CommandLine (Grammar grammar)
 
void Run ()
 
virtual void OnCancelKeyPress (object sender, ConsoleCancelEventArgs e)
 

Public Attributes

readonly Grammar Grammar
 
string Title
 
string Greeting
 
string Prompt
 
string PromptMoreInput
 
readonly ScriptInterpreter Interpreter
 

Detailed Description

Definition at line 22 of file CommandLine.cs.

Constructor & Destructor Documentation

Irony.Interpreter.CommandLine.CommandLine ( Grammar  grammar)

Definition at line 35 of file CommandLine.cs.

Member Function Documentation

virtual void Irony.Interpreter.CommandLine.OnCancelKeyPress ( object  sender,
ConsoleCancelEventArgs  e 
)
virtual
void Irony.Interpreter.CommandLine.Run ( )

Member Data Documentation

readonly Grammar Irony.Interpreter.CommandLine.Grammar

Definition at line 24 of file CommandLine.cs.

string Irony.Interpreter.CommandLine.Greeting

Definition at line 27 of file CommandLine.cs.

readonly ScriptInterpreter Irony.Interpreter.CommandLine.Interpreter

Definition at line 31 of file CommandLine.cs.

string Irony.Interpreter.CommandLine.Prompt

Definition at line 28 of file CommandLine.cs.

string Irony.Interpreter.CommandLine.PromptMoreInput

Definition at line 29 of file CommandLine.cs.

string Irony.Interpreter.CommandLine.Title

Definition at line 26 of file CommandLine.cs.


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