public class ClassifierExpressionList.ClassifierExpressionListIterator extends List.NodeListIterator
java.util.ListIterator is exposed through this class.Ichildren, index| Constructor and Description |
|---|
ClassifierExpressionListIterator() |
| Modifier and Type | Method and Description |
|---|---|
ClassifierExpression |
nextItem()
Returns the next AST node in the list.
|
ClassifierExpression |
previousItem()
Returns the previous element in the list.
|
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, reset, setpublic ClassifierExpression nextItem()
previous() to go back and
forth. (Note that alternating calls to next() and previous()
will return the same element repeatedly.)public ClassifierExpression previousItem()
Copyright © 2016. All rights reserved.