edu.isi.powerloom.gui.parser
Class GrammarParser

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

public class GrammarParser
extends java.lang.Object

Static class used for parsing a grammar file and creating a Grammar structure.

Since:
Mon May 06 13:20:49 2002
Author:
Eric Melz
See Also:
Grammar

Constructor Summary
GrammarParser()
           
 
Method Summary
static Grammar getPowerloomGrammar()
           
static Grammar getPowerloomGrammarFromFile()
           
static void main(java.lang.String[] args)
           
static Grammar parseGrammarFile(java.lang.String fileName)
           
static Grammar parseGrammarFile(java.net.URL url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrammarParser

public GrammarParser()
Method Detail

parseGrammarFile

public static Grammar parseGrammarFile(java.lang.String fileName)
                                throws java.lang.Exception
java.lang.Exception

parseGrammarFile

public static Grammar parseGrammarFile(java.net.URL url)
                                throws java.lang.Exception
java.lang.Exception

getPowerloomGrammar

public static Grammar getPowerloomGrammar()
                                   throws java.lang.Exception
java.lang.Exception

getPowerloomGrammarFromFile

public static Grammar getPowerloomGrammarFromFile()
                                           throws java.lang.Exception
java.lang.Exception

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
java.lang.Exception


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