Uses of Class
com.cmpware.elf.Variable

Packages that use Variable
com.cmpware.elf   
 

Uses of Variable in com.cmpware.elf
 

Fields in com.cmpware.elf declared as Variable
 Variable VariableType.variable
          The parent Variable
 

Methods in com.cmpware.elf that return Variable
static Variable Variable.getVariable(Scope scope, Tag tag)
          This method returns a Variable with data filled in from the ELF /DWARF tag.
 

Methods in com.cmpware.elf with parameters of type Variable
static ArrayType ArrayType.getArrayType(VariableType parent, Variable variable, Tag tag)
          This method returns a Scalar Type with data filled in from the ELF /DWARF tag.
static MemberType MemberType.getMemberType(VariableType parent, Variable variable, Tag tag)
          This method returns a structure member with data filled in from the ELF /DWARF tag.
static ScalarType ScalarType.getScalarType(VariableType parent, Variable variable, Tag typeTag)
          This method returns a Scalar Type with data filled in from the ELF /DWARF tag.
static StructType StructType.getStructType(VariableType parent, Variable variable, Tag tag)
          This method returns a Struct Type with data filled in from the ELF /DWARF tag.
static VariableType VariableType.getVariableType(VariableType parent, Variable variable, Tag tag)
          This method parses the DWARF2 type data associated with a variable and returns the appropriate data structures.