public class TStreamTokenizer extends Object
Modifier and Type | Field and Description |
---|---|
double |
nval |
String |
sval |
static int |
TT_EOF |
static int |
TT_EOL |
static int |
TT_NUMBER |
static int |
TT_WORD |
int |
ttype |
Constructor and Description |
---|
TStreamTokenizer(InputStream is)
Deprecated.
|
TStreamTokenizer(Reader r) |
Modifier and Type | Method and Description |
---|---|
void |
commentChar(int ch) |
void |
eolIsSignificant(boolean flag) |
int |
lineno() |
void |
lowerCaseMode(boolean flag) |
int |
nextToken() |
void |
ordinaryChar(int ch) |
void |
ordinaryChars(int low,
int hi) |
void |
parseNumbers() |
void |
pushBack() |
void |
quoteChar(int ch) |
void |
resetSyntax() |
void |
slashSlashComments(boolean flag) |
void |
slashStarComments(boolean flag) |
String |
toString() |
void |
whitespaceChars(int low,
int hi) |
void |
wordChars(int low,
int hi) |
public double nval
public String sval
public static final int TT_EOF
public static final int TT_EOL
public static final int TT_NUMBER
public static final int TT_WORD
public int ttype
@Deprecated public TStreamTokenizer(InputStream is)
public TStreamTokenizer(Reader r)
public void commentChar(int ch)
public void eolIsSignificant(boolean flag)
public int lineno()
public void lowerCaseMode(boolean flag)
public int nextToken() throws IOException
IOException
public void ordinaryChar(int ch)
public void ordinaryChars(int low, int hi)
public void parseNumbers()
public void pushBack()
public void quoteChar(int ch)
public void resetSyntax()
public void slashSlashComments(boolean flag)
public void slashStarComments(boolean flag)
public void whitespaceChars(int low, int hi)
public void wordChars(int low, int hi)
Copyright © 2019. All rights reserved.