yacs.parser
Class Yylex

java.lang.Object
  extended byyacs.parser.Yylex
All Implemented Interfaces:
java_cup.runtime.Scanner

public class Yylex
extends java.lang.Object
implements java_cup.runtime.Scanner


Constructor Summary
Yylex(java.io.InputStream instream)
           
Yylex(java.io.Reader reader)
           
 
Method Summary
 java_cup.runtime.Symbol next_token()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Yylex

public Yylex(java.io.Reader reader)

Yylex

public Yylex(java.io.InputStream instream)
Method Detail

next_token

public java_cup.runtime.Symbol next_token()
                                   throws java.io.IOException
Specified by:
next_token in interface java_cup.runtime.Scanner
Throws:
java.io.IOException