public class ParseErrorList extends java.util.ArrayList<ParseError>
Modifier and Type | Method and Description |
---|---|
static ParseErrorList |
noTracking() |
static ParseErrorList |
tracking(int maxSize) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
public static ParseErrorList noTracking()
public static ParseErrorList tracking(int maxSize)