Main Page   Packages   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

Scanner Interface Reference

Inheritance diagram for Scanner:
[legend]
List of all members.

Public Methods

Symbol next_token () throws java.lang.Exception

Detailed Description

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 <davidm@smartsc.com>

Definition at line 55 of file Scanner.java.


Member Function Documentation

Symbol Scanner::next_token  
 

Return the next token, or null on end-of-file.

Referenced by lr_parser::scan().


The documentation for this interface was generated from the following file:
Generated at Thu Feb 7 07:21:19 2002 for Bandera by doxygen1.2.10 written by Dimitri van Heesch, © 1997-2001