|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava_cup.simple_calc.scanner
public class 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
java.io.IOException
public scanner()
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
protected void advance()
throws java.io.IOException
java.io.IOException
public 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 | |||||||||