All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class gnu.bytecode.Scope

java.lang.Object
   |
   +----gnu.bytecode.Scope

public class Scope
extends Object

Constructor Index

 o Scope()

Method Index

 o addVariable(CodeAttr, Variable)
 o addVariable(Variable)
 o allVars()
 o firstVar()
 o linkChild(Scope)
Link this scope as the next child of its parent scope.

Constructors

 o Scope
 public Scope()

Methods

 o firstVar
 public final Variable firstVar()
 o allVars
 public VarEnumerator allVars()
 o linkChild
 public void linkChild(Scope parent)
Link this scope as the next child of its parent scope.

 o addVariable
 public void addVariable(Variable var)
 o addVariable
 public void addVariable(CodeAttr code,
                         Variable var)

All Packages  Class Hierarchy  This Package  Previous  Next  Index