public interface Sequence
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
java.lang.Object |
next() |
LValue |
nextRawValue() |
boolean hasNext()
throws EvaluationException
EvaluationExceptionjava.lang.Object next()
throws EvaluationException
EvaluationExceptionLValue nextRawValue() throws EvaluationException
EvaluationException