public class SimpleCharStream extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected int[] |
bufcolumn |
protected char[] |
buffer |
protected int[] |
bufline |
int |
bufpos |
protected int |
column |
protected int |
inBuf |
protected Reader |
inputStream |
protected int |
line |
protected int |
maxNextCharInd |
protected boolean |
prevCharIsCR |
protected boolean |
prevCharIsLF |
static boolean |
staticFlag |
| 构造器和说明 |
|---|
SimpleCharStream(InputStream dstream) |
SimpleCharStream(InputStream dstream,
int startline,
int startcolumn) |
SimpleCharStream(InputStream dstream,
int startline,
int startcolumn,
int buffersize) |
SimpleCharStream(Reader dstream) |
SimpleCharStream(Reader dstream,
int startline,
int startcolumn) |
SimpleCharStream(Reader dstream,
int startline,
int startcolumn,
int buffersize) |
| 限定符和类型 | 方法和说明 |
|---|---|
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() |
protected void |
ExpandBuff(boolean wrapAround) |
protected void |
FillBuff() |
int |
getBeginColumn() |
int |
getBeginLine() |
int |
getColumn()
已过时。
|
int |
getEndColumn() |
int |
getEndLine() |
String |
GetImage() |
int |
getLine()
已过时。
|
char[] |
GetSuffix(int len) |
char |
readChar() |
void |
ReInit(InputStream dstream) |
void |
ReInit(InputStream dstream,
int startline,
int startcolumn) |
void |
ReInit(InputStream dstream,
int startline,
int startcolumn,
int buffersize) |
void |
ReInit(Reader dstream) |
void |
ReInit(Reader dstream,
int startline,
int startcolumn) |
void |
ReInit(Reader dstream,
int startline,
int startcolumn,
int buffersize) |
protected void |
UpdateLineColumn(char c) |
public static final boolean staticFlag
public int bufpos
protected int[] bufline
protected int[] bufcolumn
protected int column
protected int line
protected boolean prevCharIsCR
protected boolean prevCharIsLF
protected Reader inputStream
protected char[] buffer
protected int maxNextCharInd
protected int inBuf
public SimpleCharStream(Reader dstream, int startline, int startcolumn, int buffersize)
public SimpleCharStream(Reader dstream, int startline, int startcolumn)
public SimpleCharStream(Reader dstream)
public SimpleCharStream(InputStream dstream, int startline, int startcolumn, int buffersize)
public SimpleCharStream(InputStream dstream, int startline, int startcolumn)
public SimpleCharStream(InputStream dstream)
protected void ExpandBuff(boolean wrapAround)
protected void FillBuff()
throws IOException
IOExceptionpublic char BeginToken()
throws IOException
IOExceptionprotected void UpdateLineColumn(char c)
public char readChar()
throws IOException
IOExceptionpublic int getColumn()
getEndColumn()public int getLine()
getEndLine()public int getEndColumn()
public int getEndLine()
public int getBeginColumn()
public int getBeginLine()
public void backup(int amount)
public void ReInit(Reader dstream, int startline, int startcolumn, int buffersize)
public void ReInit(Reader dstream, int startline, int startcolumn)
public void ReInit(Reader dstream)
public void ReInit(InputStream dstream, int startline, int startcolumn, int buffersize)
public void ReInit(InputStream dstream)
public void ReInit(InputStream dstream, int startline, int startcolumn)
public String GetImage()
public char[] GetSuffix(int len)
public void Done()
public void adjustBeginLineColumn(int newLine,
int newCol)
Copyright © 2021. All rights reserved.