C# Class Mono.Debugger.Frontend.CommandLineInterpreter

Afficher le fichier Open project: baulig/debugger Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
RunMainLoop ( ) : void

Private Methods

Méthode 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 méthode

public CommandLineInterpreter ( Interpreter interpreter ) : System
interpreter Interpreter
Résultat System

DoRunMainLoop() public méthode

public DoRunMainLoop ( ) : void
Résultat void

EnterNestedBreakState() public méthode

public EnterNestedBreakState ( ) : void
Résultat void

Error() public méthode

public Error ( int pos, string message ) : void
pos int
message string
Résultat void

LeaveNestedBreakState() public méthode

public LeaveNestedBreakState ( ) : void
Résultat void

Main() public static méthode

public static Main ( string args ) : void
args string
Résultat void

ReadInput() public méthode

public ReadInput ( bool is_complete ) : string
is_complete bool
Résultat string

RunInferiorMainLoop() public méthode

public RunInferiorMainLoop ( ) : void
Résultat void

RunMainLoop() protected méthode

protected RunMainLoop ( ) : void
Résultat void