C# Class DeveloperConsole.CommandParser

Afficher le fichier Open project: Dakota628/GTAVDeveloperConsole Class Usage Examples

Méthodes publiques

Méthode Description
CommandParser ( String data, IDeveloperConsole console ) : System

Private Methods

Méthode Description
AddSegment ( String s ) : void
AddToken ( CommandTokenKind k ) : void
AddToken ( CommandTokenKind k, String data ) : void
IsEndOfCodeBlock ( String s ) : bool
IsEndOfString ( String s ) : bool
IsNumeric ( String s ) : bool
IsStartOfCodeBlock ( String s ) : bool
IsStartOfString ( String s ) : bool
Parse ( ) : void
ReplaceCodeBlockLiterals ( String &s ) : void
ReplaceStringLiterals ( String &s ) : void
TrimCodeBlockEnd ( String &s ) : void
TrimCodeBlockStart ( String &s ) : void
TrimStringEnd ( String &s ) : void
TrimStringStart ( String &s ) : void

Method Details

CommandParser() public méthode

public CommandParser ( String data, IDeveloperConsole console ) : System
data String
console IDeveloperConsole
Résultat System