 | SimpleCharStream Class |
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
Inheritance HierarchySystemObject de.unika.ipd.grGen.graphViewerAndSequenceDebuggerSimpleCharStream Namespace: de.unika.ipd.grGen.graphViewerAndSequenceDebuggerAssembly: graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.1
Syntaxpublic class SimpleCharStream
The SimpleCharStream type exposes the following members.
Constructors | Name | Description |
---|
 | SimpleCharStream(Stream) | Initializes a new instance of the SimpleCharStream class |
 | SimpleCharStream(TextReader) | Initializes a new instance of the SimpleCharStream class |
 | SimpleCharStream(Stream, Int32, Int32) | Initializes a new instance of the SimpleCharStream class |
 | SimpleCharStream(TextReader, Int32, Int32) | Initializes a new instance of the SimpleCharStream class |
 | SimpleCharStream(Stream, Int32, Int32, Int32) | Initializes a new instance of the SimpleCharStream class |
 | SimpleCharStream(TextReader, Int32, Int32, Int32) | Initializes a new instance of the SimpleCharStream class |
Top
Properties
Methods | Name | Description |
---|
 | AdjustBeginLineColumn |
Method to adjust line and column numbers for the start of a token.
|
 | Backup | |
 | BeginToken | |
 | Done | |
 | ExpandBuff | |
 | FillBuff | |
 | GetImage | |
 | GetSuffix | |
 | ReadChar | |
 | ReInit(Stream) | |
 | ReInit(TextReader) | |
 | ReInit(Stream, Int32, Int32) | |
 | ReInit(TextReader, Int32, Int32) | |
 | ReInit(Stream, Int32, Int32, Int32) | |
 | ReInit(TextReader, Int32, Int32, Int32) | |
 | UpdateLineColumn | |
Top
Fields
See Also