Method | Description | |
---|---|---|
BeginLookahead ( ) : |
After the call to BeginLookahead, future reads will be cancelled if the lookahead is not accepted before it's disposed.
|
|
MoveNext ( ) : void | ||
Peek ( ) : char | ||
Read ( string expected ) : bool |
Try reading the expected string. If the expected string is sucessfully read, return true and move the cursor. Otherwise return false and move back the cursor.
|
|
Read ( ) : char | ||
SkipWhile ( Predicate |
||
SourceReader ( string source ) : System |
public SkipWhile ( Predicate |
||
predicate | Predicate |
|
return | void |
public SourceReader ( string source ) : System | ||
source | string | |
return | System |