C# 클래스 Irony.Interpreter.CommandLine

파일 보기 프로젝트 열기: o2platform/O2.Platform.Projects

공개 프로퍼티들

프로퍼티 타입 설명
Grammar Irony.Parsing.Grammar
Greeting string
Interpreter ScriptInterpreter
Prompt string
PromptMoreInput string
Title string

공개 메소드들

메소드 설명
CommandLine ( Grammar grammar ) : System
OnCancelKeyPress ( object sender, ConsoleCancelEventArgs e ) : void
Run ( ) : void

비공개 메소드들

메소드 설명
ReadInput ( string &input ) : ReadResult
ReportException ( ) : void
RunImpl ( ) : void

메소드 상세

CommandLine() 공개 메소드

public CommandLine ( Grammar grammar ) : System
grammar Irony.Parsing.Grammar
리턴 System

OnCancelKeyPress() 공개 메소드

public OnCancelKeyPress ( object sender, ConsoleCancelEventArgs e ) : void
sender object
e System.ConsoleCancelEventArgs
리턴 void

Run() 공개 메소드

public Run ( ) : void
리턴 void

프로퍼티 상세

Grammar 공개적으로 프로퍼티

public Grammar,Irony.Parsing Grammar
리턴 Irony.Parsing.Grammar

Greeting 공개적으로 프로퍼티

public string Greeting
리턴 string

Interpreter 공개적으로 프로퍼티

public ScriptInterpreter,Irony.Interpreter Interpreter
리턴 ScriptInterpreter

Prompt 공개적으로 프로퍼티

public string Prompt
리턴 string

PromptMoreInput 공개적으로 프로퍼티

public string PromptMoreInput
리턴 string

Title 공개적으로 프로퍼티

public string Title
리턴 string