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

Constructor Summary
ParseNode()
           
ParseNode(Symbol type)
           
ParseNode(Yytoken token, Symbol type)
           
 
Method Summary
 java.util.List getChildren()
           
 Yytoken getToken()
           
 Symbol getType()
           
 void setToken(Yytoken token)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParseNode

public ParseNode()

ParseNode

public ParseNode(Symbol type)

ParseNode

public ParseNode(Yytoken token,
                 Symbol type)
Method Detail

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.