edu.isi.powerloom.gui.parser
Class ParseTable
java.lang.Object
|
+--edu.isi.powerloom.gui.parser.ParseTable
- public class ParseTable
- extends java.lang.Object
Table indexed by NonTerminal and Input Symbol.
- Since:
- Tue May 07 15:15:28 2002
- Author:
- Eric Melz
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ParseTable
public ParseTable()
getProduction
public java.util.Set getProduction(NonTerminal nonTerminal,
Symbol inputSymbol)
- Returns:
- a collection of productions
putProduction
public void putProduction(NonTerminal nonTerminal,
Symbol inputSymbol,
Production production)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2002 University of Southern California Information Sciences Institute. All Rights Reserved.