butler.sql.util
Class ButlerTokenizer

java.lang.Object
  extended by butler.sql.util.ButlerTokenizer
All Implemented Interfaces:
java_cup.runtime.Scanner

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

This class is generated by JLex. Do NOT make any changes in the source file!!


Constructor Summary
ButlerTokenizer(java.io.InputStream instream)
           
ButlerTokenizer(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

ButlerTokenizer

public ButlerTokenizer(java.io.Reader reader)

ButlerTokenizer

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

next_token

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