|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.StreamTokenizer
ix.util.lisp.LispTokenizer
ix.util.lisp.LispStreamTokenizer
public class LispStreamTokenizer
| Field Summary | |
|---|---|
protected java.lang.String |
specialWordChars
|
| Fields inherited from class java.io.StreamTokenizer |
|---|
nval, sval, TT_EOF, TT_EOL, TT_NUMBER, TT_WORD, ttype |
| Constructor Summary | |
|---|---|
LispStreamTokenizer(java.io.InputStream is)
|
|
LispStreamTokenizer(java.io.Reader r)
|
|
| Method Summary | |
|---|---|
void |
setSpecialWordChars(java.lang.String chars)
|
| Methods inherited from class java.io.StreamTokenizer |
|---|
commentChar, eolIsSignificant, lineno, lowerCaseMode, nextToken, ordinaryChar, ordinaryChars, parseNumbers, pushBack, quoteChar, resetSyntax, slashSlashComments, slashStarComments, toString, whitespaceChars, wordChars |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String specialWordChars
| Constructor Detail |
|---|
public LispStreamTokenizer(java.io.InputStream is)
public LispStreamTokenizer(java.io.Reader r)
| Method Detail |
|---|
public void setSpecialWordChars(java.lang.String chars)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||