|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.StreamTokenizer
weka.core.MathematicalExpression.Tokenizer
public static class MathematicalExpression.Tokenizer
A tokenizer for MathematicalExpression
| Field Summary |
|---|
| Fields inherited from class java.io.StreamTokenizer |
|---|
nval, sval, TT_EOF, TT_EOL, TT_NUMBER, TT_WORD, ttype |
| Constructor Summary | |
|---|---|
MathematicalExpression.Tokenizer(java.io.Reader r)
Constructor |
|
| Method Summary | |
|---|---|
int |
nextToken()
returns the next token |
| Methods inherited from class java.io.StreamTokenizer |
|---|
commentChar, eolIsSignificant, lineno, lowerCaseMode, ordinaryChar, ordinaryChars, parseNumbers, pushBack, quoteChar, resetSyntax, slashSlashComments, slashStarComments, toString, whitespaceChars, wordChars |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MathematicalExpression.Tokenizer(java.io.Reader r)
r - the reader to use| Method Detail |
|---|
public int nextToken()
throws java.io.IOException
nextToken in class java.io.StreamTokenizerjava.io.IOException - if something goes wrong
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||