edu.isi.powerloom.gui.parser
Class ParseNode
java.lang.Object
|
+--edu.isi.powerloom.gui.parser.ParseNode
- public class ParseNode
- extends java.lang.Object
Structure represnting a node in a parse tree.
- Since:
- Thu May 16 16:12:32 2002
- Author:
- Eric Melz
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ParseNode
public ParseNode()
ParseNode
public ParseNode(Symbol type)
ParseNode
public ParseNode(Yytoken token,
Symbol type)
getToken
public Yytoken getToken()
getType
public Symbol getType()
getChildren
public java.util.List getChildren()
setToken
public void setToken(Yytoken token)
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.