uk.ac.bbk.dcs.automed.qproc.iql
Class FLexer

java.lang.Object
  extended by uk.ac.bbk.dcs.automed.qproc.iql.FLexer
All Implemented Interfaces:
java_cup.runtime.Scanner

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


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

Constructor Detail

FLexer

public FLexer(java.io.Reader reader)

FLexer

public FLexer(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