public class VarEnumerator
extends java.lang.Object
implements java.util.Enumeration
| Constructor and Description |
|---|
VarEnumerator (Scope scope) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements () |
java.lang.Object |
nextElement () |
Variable |
nextVar ()
Return the next Variable in the Scope tree, or null if done.
|
void |
reset () |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic VarEnumerator(Scope scope)
public final void reset()
public final Variable nextVar()
public final boolean hasMoreElements()
hasMoreElements in interface java.util.Enumerationpublic java.lang.Object nextElement()
nextElement in interface java.util.Enumeration