|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Object | +--java_cup.simple_calc.scanner
| Field Summary | |
|---|---|
protected int |
next_char
|
| Constructor Summary | |
|---|---|
scanner()
|
|
scanner(java.io.InputStream is)
|
|
| Method Summary | |
|---|---|
protected void |
advance()
|
java_cup.runtime.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 java_cup.runtime.Symbol next_token()
throws java.io.IOException
Scannernull on end-of-file.
next_token in interface Scannerjava.io.IOException
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||