Package gnu.bytecode
Class VarEnumerator
java.lang.Object
gnu.bytecode.VarEnumerator
- All Implemented Interfaces:
Enumeration
Use this Enuemration class to iterate over the Variables in a Scope.
Descends into child scopes.
-
Constructor Details
-
VarEnumerator
-
-
Method Details
-
reset
public final void reset() -
nextVar
Return the next Variable in the Scope tree, or null if done. -
hasMoreElements
public final boolean hasMoreElements()- Specified by:
hasMoreElements
in interfaceEnumeration
-
nextElement
- Specified by:
nextElement
in interfaceEnumeration
-