C# Class DeveloperConsole.CommandParser

显示文件 Open project: Dakota628/GTAVDeveloperConsole Class Usage Examples

Public Methods

Method Description
CommandParser ( String data, IDeveloperConsole console ) : System

Private Methods

Method 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 method

public CommandParser ( String data, IDeveloperConsole console ) : System
data String
console IDeveloperConsole
return System