org.histpop.server.acu
Class Scanner

java.lang.Object
  extended by org.histpop.server.acu.Scanner
All Implemented Interfaces:
java_cup.runtime.Scanner

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


Field Summary
static java.io.FileReader filename
           
static java.io.StreamTokenizer input
           
 
Constructor Summary
Scanner(java.io.FileReader filename)
           
 
Method Summary
static void init()
           
 java_cup.runtime.Symbol next_token()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

filename

public static java.io.FileReader filename

input

public static java.io.StreamTokenizer input
Constructor Detail

Scanner

public Scanner(java.io.FileReader filename)
Method Detail

init

public static void init()

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