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