edu.isi.powerloom.gui.parser
Class ParseResult

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

public class ParseResult
extends java.lang.Object

Encapsulates result of parse: list of productions if successful, List of exceptions if failure

Since:
Wed May 08 22:12:50 2002
Author:
Eric Melz

Field Summary
 java.util.List firedProductions
           
 boolean isSuccess
           
 java.util.List parseExceptions
           
 
Constructor Summary
ParseResult()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

isSuccess

public boolean isSuccess

firedProductions

public java.util.List firedProductions

parseExceptions

public java.util.List parseExceptions
Constructor Detail

ParseResult

public ParseResult()
Method Detail

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.