SourceTextReader class
SourceTextReader class
Represents the SourceTextReader.
The SourceTextReader type exposes the following members:
Constructors
Constructor | Description |
---|
init | Create the SourceTextReader |
Properties
Methods
Method | Description |
---|
advance | Increment the position. |
advance | The increment position on N |
peek | Get the character on position or Character.Null |
peek | Get the char. |
get_line_reader | Get the SourceTextReader |
get_line_reader | Get the SourceTextReader |
back | The decrement position. |
next | Get the next character and advance position. |
reset | Reset position to index |
See Also