|
|||||||||
| Home >> All >> java_cup >> [ runtime overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
java_cup.runtime
Interface Scanner

- public interface Scanner
Defines the Scanner interface, which CUP uses in the default
implementation of lr_parser.scan(). Integration
of scanners implementing Scanner is facilitated.
- Version:
- last updated 23-Jul-1999
| Method Summary | |
Symbol |
next_token()
|
| Method Detail |
next_token
public Symbol next_token() throws java.lang.Exception
|
|||||||||
| Home >> All >> java_cup >> [ runtime overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC