public interface CharStream
限定符和类型 | 方法和说明 |
---|---|
void |
backup(int amount) |
char |
beginToken() |
void |
done() |
int |
getBeginColumn() |
int |
getBeginLine() |
int |
getEndColumn() |
int |
getEndLine() |
String |
getImage() |
char[] |
getSuffix(int length) |
char |
read() |
char read() throws IOException
IOException
int getBeginLine()
int getEndLine()
int getBeginColumn()
int getEndColumn()
void backup(int amount)
char beginToken() throws IOException
IOException
char[] getSuffix(int length)
String getImage()
void done()
Copyright © 2023 buession.com Inc.. All rights reserved.