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

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

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

Fields in soot.toolkits.graph.pdg declared as PDGNode.Type
protected  PDGNode.Type PDGNode.m_type
           
protected  PDGNode.Type PDGNode.m_type
           
 

Methods in soot.toolkits.graph.pdg that return PDGNode.Type
 PDGNode.Type PDGNode.getType()
           
 PDGNode.Type PDGNode.getType()
           
static PDGNode.Type PDGNode.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PDGNode.Type PDGNode.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PDGNode.Type[] PDGNode.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
static PDGNode.Type[] PDGNode.Type.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.Type
 void PDGNode.setType(PDGNode.Type t)
           
 void PDGNode.setType(PDGNode.Type t)
           
 

Constructors in soot.toolkits.graph.pdg with parameters of type PDGNode.Type
ConditionalPDGNode(Object obj, PDGNode.Type t)
           
ConditionalPDGNode(Object obj, PDGNode.Type t)
           
LoopedPDGNode(Region obj, PDGNode.Type t, PDGNode c)
           
LoopedPDGNode(Region obj, PDGNode.Type t, PDGNode c)
           
PDGNode(Object obj, PDGNode.Type t)
           
PDGNode(Object obj, PDGNode.Type t)