org.w3c.flute.parser
public final class Generic_CharStream extends Object implements CharStream
| Field Summary | |
|---|---|
| int | available |
| int | bufpos |
| int | bufsize |
| static boolean | staticFlag |
| int | tokenBegin |
| Constructor Summary | |
|---|---|
| Generic_CharStream(Reader dstream, int startline, int startcolumn, int buffersize) | |
| Generic_CharStream(Reader dstream, int startline, int startcolumn) | |
| Method Summary | |
|---|---|
| void | adjustBeginLineColumn(int newLine, int newCol)
Method to adjust line and column numbers for the start of a token. |
| void | backup(int amount) |
| char | BeginToken() |
| void | Done() |
| int | getBeginColumn() |
| int | getBeginLine() |
| int | getColumn() |
| int | getEndColumn() |
| int | getEndLine() |
| int | getLine() |
| String | GetImage() |
| char[] | GetSuffix(int len) |
| char | readChar() |
| void | ReInit(Reader dstream, int startline, int startcolumn, int buffersize) |
| void | ReInit(Reader dstream, int startline, int startcolumn) |
Deprecated:
See Also: Generic_CharStream
Deprecated:
See Also: Generic_CharStream