|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.prorefactor.treeparser.ErrorList
public class ErrorList
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 |
|---|
public ErrorList()
| Method Detail |
|---|
public boolean add(SemanticError o)
public void clear()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.util.ArrayList<SemanticError> getCopy()
public boolean isEmpty()
public int size()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||