gnu.bytecode
public class VarEnumerator extends Object implements Enumeration
| Constructor Summary | |
|---|---|
| VarEnumerator(Scope scope) | |
| Method Summary | |
|---|---|
| boolean | hasMoreElements() |
| Object | nextElement() |
| Variable | nextVar() Return the next Variable in the Scope tree, or null if done. |
| void | reset() |