Uses of Class
soot.toolkits.graph.pdg.PDGNode.Attribute

Packages that use PDGNode.Attribute
soot.toolkits.graph.pdg   
 

Uses of PDGNode.Attribute in soot.toolkits.graph.pdg
 

Fields in soot.toolkits.graph.pdg declared as PDGNode.Attribute
protected  PDGNode.Attribute PDGNode.m_attrib
           
protected  PDGNode.Attribute PDGNode.m_attrib
           
 

Methods in soot.toolkits.graph.pdg that return PDGNode.Attribute
 PDGNode.Attribute PDGNode.getAttrib()
           
 PDGNode.Attribute PDGNode.getAttrib()
           
static PDGNode.Attribute PDGNode.Attribute.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PDGNode.Attribute PDGNode.Attribute.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PDGNode.Attribute[] PDGNode.Attribute.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
static PDGNode.Attribute[] PDGNode.Attribute.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in soot.toolkits.graph.pdg with parameters of type PDGNode.Attribute
 void PDGNode.setAttrib(PDGNode.Attribute a)
           
 void PDGNode.setAttrib(PDGNode.Attribute a)