public interface IterableResult<T,C extends Context>
extends java.lang.Iterable<T>
Iterable result that provides the current parsing context
through the getContext() method| Modifier and Type | Method and Description |
|---|---|
C |
getContext()
Returns the current parsing
Context, if available |
ResultIterator<T,C> |
iterator() |