org.prorefactor.treeparser
Class ErrorList

java.lang.Object
  extended by org.prorefactor.treeparser.ErrorList

public class ErrorList
extends java.lang.Object

A list of SemanticError objects found during a tree parse.


Constructor Summary
ErrorList()
           
 
Method Summary
 boolean add(SemanticError o)
           
 void clear()
           
 boolean equals(java.lang.Object obj)
           
 java.util.ArrayList<SemanticError> getCopy()
          Get a copy of the error list.
 boolean isEmpty()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorList

public ErrorList()
Method Detail

add

public boolean add(SemanticError o)

clear

public void clear()

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

getCopy

public java.util.ArrayList<SemanticError> getCopy()
Get a copy of the error list.


isEmpty

public boolean isEmpty()

size

public int size()


Copyright © 2008 Joanju Software. All Rights Reserved.