SourceManager
Represents the source code manager.
Gets the current column within the source code.
Gets the current character.
Gets or sets the encoding to use.
Gets or sets the insertion point.
Gets if the position is at the moment at the beginning.
Gets the status of reading the source code, are we beyond the stream?
Gets the status of reading the source code, is the EOF currently given?
Gets the current line within the source code.
Gets the next character (by advancing and returning the current character).
Gets the previous character (by rewinding and returning the current character).
Constructs a new instance of the source code manager.
Constructs a new instance of the source code manager.
Advances one character in the source code.
Advances n characters in the source code.
Moves back one character in the source code.
Moves back n characters in the source code.
Looks if the current character / next characters match a certain string.
Resets the insertion point to the end of the buffer.