public interface StandardTokenizerInterface
Modifier and Type | Method and Description |
---|---|
char[] |
getArray() |
byte[] |
getBytes() |
int |
getNextToken()
Resumes scanning until the next regular expression is matched,
the end of input is encountered or an I/O-Error occurs.
|
java.lang.String |
getText() |
long |
yychar()
Returns the current position.
|
int |
yylength()
Returns the length of the matched text region.
|
void |
yyreset(java.io.Reader reader)
Resets the scanner to read from a new input stream.
|
java.lang.String getText()
char[] getArray()
byte[] getBytes()
long yychar()
int yylength()
int getNextToken() throws java.io.IOException
StandardTokenizerImpl.YYEOF
on end of streamjava.io.IOException
- if any I/O-Error occursvoid yyreset(java.io.Reader reader)
reader
- the new input streamCopyright © 2009- The Apache Software Foundation