protected static final class AbstractAST.ASTIterator extends java.lang.Object implements java.util.ListIterator<IExpr>
| Modifier | Constructor and Description | 
|---|---|
protected  | 
ASTIterator()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
add(IExpr o)  | 
boolean | 
hasNext()  | 
boolean | 
hasPrevious()  | 
IExpr | 
next()  | 
int | 
nextIndex()  | 
IExpr | 
previous()  | 
int | 
previousIndex()  | 
void | 
remove()  | 
void | 
set(IExpr o)  | 
public boolean hasNext()
public boolean hasPrevious()
hasPrevious in interface java.util.ListIterator<IExpr>public IExpr next()
public int nextIndex()
nextIndex in interface java.util.ListIterator<IExpr>public int previousIndex()
previousIndex in interface java.util.ListIterator<IExpr>public void remove()