Property | Type | Description | |
---|---|---|---|
Char | char | ||
EndOfString | bool | ||
Index | int | ||
Text | string |
Method | Description | |
---|---|---|
Advance ( ) : bool | ||
Advance ( int count ) : int | ||
AdvanceToEnd ( int offset ) : void | ||
AdvanceToFirstNonSpace ( int offset ) : void | ||
Contains ( char c, int relativeIndex ) : bool | ||
Contains ( string str, int relativeIndex ) : bool | ||
Escape ( string input ) : string | ||
IsWhiteSpace ( ) : bool | ||
IsWhiteSpace ( char c ) : bool | ||
IsWhiteSpace ( int relativeIndex ) : bool | ||
PartOfSequence ( char c, int count ) : bool | ||
Save ( ) : SavedSubject | ||
SkipWhiteSpace ( ) : int | ||
StartsWith ( string str, int relativeIndex ) : bool | ||
Subject ( string text ) : System | ||
ToString ( ) : string | ||
this ( int relativeIndex ) : char |
Method | Description | |
---|---|---|
GetChar ( int index ) : char | ||
SetIndex ( int value ) : void | ||
ValidIndex ( int index ) : bool |
public AdvanceToFirstNonSpace ( int offset ) : void | ||
offset | int | |
return | void |
public Contains ( char c, int relativeIndex ) : bool | ||
c | char | |
relativeIndex | int | |
return | bool |
public Contains ( string str, int relativeIndex ) : bool | ||
str | string | |
relativeIndex | int | |
return | bool |
public static Escape ( string input ) : string | ||
input | string | |
return | string |
public IsWhiteSpace ( int relativeIndex ) : bool | ||
relativeIndex | int | |
return | bool |
public PartOfSequence ( char c, int count ) : bool | ||
c | char | |
count | int | |
return | bool |
public StartsWith ( string str, int relativeIndex ) : bool | ||
str | string | |
relativeIndex | int | |
return | bool |