public class ASTEnumerator extends java.lang.Object implements ASTEnumeration
| Constructor and Description |
|---|
ASTEnumerator(Vector v) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreNodes() |
AST |
nextNode() |
public ASTEnumerator(Vector v)
public boolean hasMoreNodes()
hasMoreNodes in interface ASTEnumerationpublic AST nextNode()
nextNode in interface ASTEnumeration