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