public class SimpleCharStream extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected int |
absoluteTokenBegin |
protected int[] |
bufcolumn |
protected char[] |
buffer |
protected int[] |
bufline |
int |
bufpos
Position in buffer.
|
protected int |
column |
protected int |
inBuf |
protected Provider |
inputStream |
protected int |
line |
protected int |
maxNextCharInd |
protected boolean |
prevCharIsCR |
protected boolean |
prevCharIsLF |
static boolean |
staticFlag
Whether com.javaoffers.thrid.sqlparse.parser is static.
|
protected int |
tabSize |
protected int |
totalCharsRead |
protected boolean |
trackLineColumn |
| 构造器和说明 |
|---|
SimpleCharStream(Provider dstream)
Constructor
|
SimpleCharStream(Provider dstream,
int startline,
int startcolumn)
Constructor
|
SimpleCharStream(Provider dstream,
int startline,
int startcolumn,
int buffersize)
Constructor
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
adjustBeginLineColumn(int newLine,
int newCol)
Method to adjust line and column numbers for the start of a token.
|
void |
backup(int amount)
Backup a number of characters.
|
char |
BeginToken()
Start.
|
void |
Done()
Reset buffer when finished.
|
protected void |
ExpandBuff(boolean wrapAround) |
protected void |
FillBuff() |
int |
getAbsoluteTokenBegin() |
int |
getBeginColumn() |
int |
getBeginLine() |
int |
getColumn()
已过时。
@see #getEndColumn
|
int |
getEndColumn() |
int |
getEndLine() |
String |
GetImage() |
int |
getLine()
已过时。
@see #getEndLine
|
char[] |
GetSuffix(int len) |
int |
getTabSize() |
char |
readChar()
Read a character.
|
void |
ReInit(Provider dstream)
Reinitialise.
|
void |
ReInit(Provider dstream,
int startline,
int startcolumn)
Reinitialise.
|
void |
ReInit(Provider dstream,
int startline,
int startcolumn,
int buffersize)
Reinitialise.
|
void |
setTabSize(int i) |
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 Provider inputStream
protected char[] buffer
protected int maxNextCharInd
protected int inBuf
protected int tabSize
protected boolean trackLineColumn
protected int totalCharsRead
protected int absoluteTokenBegin
public SimpleCharStream(Provider dstream, int startline, int startcolumn, int buffersize)
dstream - startline - startcolumn - buffersize - public SimpleCharStream(Provider dstream, int startline, int startcolumn)
dstream - startline - startcolumn - public SimpleCharStream(Provider dstream)
dstream - public void setTabSize(int i)
public int getTabSize()
public final int getAbsoluteTokenBegin()
protected void ExpandBuff(boolean wrapAround)
throws IOException
IOExceptionprotected void FillBuff()
throws IOException
IOExceptionpublic char BeginToken()
throws IOException
IOExceptionprotected void UpdateLineColumn(char c)
public char readChar()
throws IOException
IOException@Deprecated public int getColumn()
@Deprecated public int getLine()
public int getEndColumn()
public int getEndLine()
public int getBeginColumn()
public int getBeginLine()
public void backup(int amount)
amount - public void ReInit(Provider dstream, int startline, int startcolumn, int buffersize)
dstream - startline - startcolumn - buffersize - public void ReInit(Provider dstream, int startline, int startcolumn)
dstream - startline - startcolumn - public void ReInit(Provider dstream)
dstream - public String GetImage()
public char[] GetSuffix(int len)
len - public void Done()
public void adjustBeginLineColumn(int newLine,
int newCol)
newLine - newCol - Copyright © 2026. All rights reserved.