edu.isi.powerloom.gui.parser
Class Scanner

java.lang.Object
  |
  +--edu.isi.powerloom.gui.parser.Scanner

public class Scanner
extends java.lang.Object

Scanner which is automatically generated from JLex and the Scanner spec in the resources directory.


Constructor Summary
Scanner()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
static java.util.List scan(java.lang.String inputString)
           
static void testScan()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Scanner

public Scanner()
Method Detail

scan

public static java.util.List scan(java.lang.String inputString)
Returns:
a List of YyTokens

testScan

public static void testScan()

main

public static void main(java.lang.String[] argv)
                 throws java.io.IOException
java.io.IOException


Copyright © 2002 University of Southern California Information Sciences Institute. All Rights Reserved.