Class ProblemBuffer
java.lang.Object
ch.tocco.nice2.conditionals.api.tree.problems.ProblemBuffer
- All Implemented Interfaces:
ProblemSink
,Iterable<Problem>
-
Field Summary
Fields inherited from interface ch.tocco.nice2.conditionals.api.tree.problems.ProblemSink
EXCEPTION, NULL
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
ProblemBuffer
public ProblemBuffer()
-
-
Method Details
-
problem
- Specified by:
problem
in interfaceProblemSink
-
isEmpty
public boolean isEmpty() -
clear
public void clear() -
iterator
-
toList
-
toArray
-