C# Class Mono.Debugger.Frontend.CommandLineInterpreter

显示文件 Open project: baulig/debugger Class Usage Examples

Public Methods

Method Description
CommandLineInterpreter ( Interpreter interpreter ) : System
DoRunMainLoop ( ) : void
EnterNestedBreakState ( ) : void
Error ( int pos, string message ) : void
LeaveNestedBreakState ( ) : void
Main ( string args ) : void
ReadInput ( bool is_complete ) : string
RunInferiorMainLoop ( ) : void

Protected Methods

Method Description
RunMainLoop ( ) : void

Private Methods

Method Description
CommandLineInterpreter ( DebuggerOptions options, bool is_interactive ) : System
control_c_event ( object sender, ConsoleCancelEventArgs a ) : void
execute_command ( Command command ) : void
main_thread_main ( ) : void
wait_for_completion ( ) : void

Method Details

CommandLineInterpreter() public method

public CommandLineInterpreter ( Interpreter interpreter ) : System
interpreter Interpreter
return System

DoRunMainLoop() public method

public DoRunMainLoop ( ) : void
return void

EnterNestedBreakState() public method

public EnterNestedBreakState ( ) : void
return void

Error() public method

public Error ( int pos, string message ) : void
pos int
message string
return void

LeaveNestedBreakState() public method

public LeaveNestedBreakState ( ) : void
return void

Main() public static method

public static Main ( string args ) : void
args string
return void

ReadInput() public method

public ReadInput ( bool is_complete ) : string
is_complete bool
return string

RunInferiorMainLoop() public method

public RunInferiorMainLoop ( ) : void
return void

RunMainLoop() protected method

protected RunMainLoop ( ) : void
return void