|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava_cup.simple_calc.scanner
Field Summary | |
---|---|
protected int |
next_char
|
Constructor Summary | |
---|---|
scanner()
|
|
scanner(java.io.InputStream is)
|
Method Summary | |
---|---|
protected void |
advance()
|
Symbol |
next_token()
Return the next token, or null on end-of-file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected int next_char
Constructor Detail |
public scanner(java.io.InputStream is) throws java.io.IOException
public scanner() throws java.io.IOException
Method Detail |
protected void advance() throws java.io.IOException
java.io.IOException
public Symbol next_token() throws java.io.IOException
Scanner
null
on end-of-file.
next_token
in interface Scanner
java.io.IOException
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |