C# Class Mono.Debugger.Frontend.LineParser

Show file Open project: baulig/debugger Class Usage Examples

Public Methods

Method Description
Append ( string s ) : void
GetCommand ( ) : Command
IsComplete ( ) : bool
LineParser ( Engine e ) : System
Reset ( ) : void

Private Methods

Method Description
AddArg ( string s ) : void
GetArgument ( int &p ) : bool
GetCommand ( int &p ) : bool
GetString ( int &p ) : bool
Parse ( ) : bool
SkipSpace ( int &p ) : bool

Method Details

Append() public method

public Append ( string s ) : void
s string
return void

GetCommand() public method

public GetCommand ( ) : Command
return Command

IsComplete() public method

public IsComplete ( ) : bool
return bool

LineParser() public method

public LineParser ( Engine e ) : System
e Engine
return System

Reset() public method

public Reset ( ) : void
return void