| java_cup.runtime.Scanner
Scanner | public interface Scanner (Code) | | 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 author: David MacMahon |
Method Summary | |
public Symbol | next_token() Return the next token, or null on end-of-file. |
|
|