Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

java_cup.runtime
Interface Scanner  view Scanner download Scanner.java


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