Package com.aquima.interactions.java_cup
Interface Scanner
-
public interface Scanner
Defines the Scanner interface, which CUP uses in the default implementation oflr_parser.scan()
. Integration of scanners implementingScanner
is facilitated.- Version:
- last updated 23-Jul-1999
- Author:
- David MacMahon
CHECKSTYLE:OFF
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Symbol
next_token()
Return the next token, ornull
on end-of-file.
-