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() | 
| int | 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()
int yychar()
int yylength()
int getNextToken()
          throws java.io.IOException
#YYEOF on end of streamjava.io.IOException - if any I/O-Error occursvoid yyreset(java.io.Reader reader)
reader - the new input streamCopyright © 2018 The Apache Software Foundation