| java.lang.Object gnu.bytecode.Scope
Scope | public class Scope (Code) | | |
equals | static boolean equals(byte[] name1, byte[] name2)(Code) | | |
getVariable | public Variable getVariable(int index)(Code) | | Return a variable the scope, by numerical index.
Parameters: index - the number of the variable |
linkChild | public void linkChild(Scope parent)(Code) | | Link this scope as the next child of its parent scope.
|
lookup | Variable lookup(String name)(Code) | | Search by name for a Variable in this Scope (only).
Parameters: name - name to search for the Variable, or null if not found (in this scope). |
setStartPC | public void setStartPC(int PC)(Code) | | |
|
|