Uses of Class
com.cmpware.elf.Scope

Packages that use Scope
com.cmpware.elf   
 

Uses of Scope in com.cmpware.elf
 

Fields in com.cmpware.elf declared as Scope
 Scope Scope.parent
          The parent scope (null for top level)
 Scope Variable.scope
          The scope of this variable
 

Methods in com.cmpware.elf that return Scope
 Scope Dwarf2VariableInfo.get()
          This method returns the top level Scope.
static Scope Scope.getScope(Dwarf2 dwarf2, Scope parent, Tag tag)
          This method returns a scope class from a DWARF2 Tag.
 Scope Dwarf2.getVariables()
          This method returns the variables in this file as the top level (file) Scope.
 

Methods in com.cmpware.elf with parameters of type Scope
static Scope Scope.getScope(Dwarf2 dwarf2, Scope parent, Tag tag)
          This method returns a scope class from a DWARF2 Tag.
static Variable Variable.getVariable(Scope scope, Tag tag)
          This method returns a Variable with data filled in from the ELF /DWARF tag.
 

Constructors in com.cmpware.elf with parameters of type Scope
Scope(Scope parent)
          This constructor takes the parent scope as its parameter.
Variable(Scope scope)
          This constructor creates a variable.