메소드 | 설명 | |
---|---|---|
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 |