SourceTextReader Class

SourceTextReader class

Represents the SourceTextReader.

public class SourceTextReader : IDisposable

Constructors

NameDescription
SourceTextReader(SourceText)Create the SourceTextReader

Properties

NameDescription
getPosition Get the position.
getSource Get rhe source.

Methods

NameDescription
advance()Increment the position.
advance(int)The increment position on N
back()The decrement position.
dispose()Defines the Dispose interface.
getLineReader(bool)Get the SourceTextReader
next()Get the next character and advance position.
peek()Get the character on position or Character.Null
peek(int)Get the char.
reset(int)Reset position to index

See Also