SimpleCharStream Class |
Namespace: de.unika.ipd.grGen.grShell
public class SimpleCharStream
The SimpleCharStream type exposes the following members.
| 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 |
| 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 |
| Name | Description | |
|---|---|---|
| bufcolumn | ||
| buffer | ||
| bufline | ||
| bufpos | ||
| column | ||
| inBuf | ||
| inputStream | ||
| line | ||
| maxNextCharInd | ||
| prevCharIsCR | ||
| prevCharIsLF | ||
| staticFlag |