C# Class Mono.Debugger.Frontend.LineParser

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

Méthodes publiques

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

Private Methods

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

public Append ( string s ) : void
s string
Résultat void

GetCommand() public méthode

public GetCommand ( ) : Command
Résultat Command

IsComplete() public méthode

public IsComplete ( ) : bool
Résultat bool

LineParser() public méthode

public LineParser ( Engine e ) : System
e Engine
Résultat System

Reset() public méthode

public Reset ( ) : void
Résultat void