Uses of Class
soot.jimple.parser.node.TFullIdentifier

Packages that use TFullIdentifier
soot.jimple.parser.analysis   
soot.jimple.parser.node   
 

Uses of TFullIdentifier in soot.jimple.parser.analysis
 

Methods in soot.jimple.parser.analysis with parameters of type TFullIdentifier
 void AnalysisAdapter.caseTFullIdentifier(TFullIdentifier node)
           
 void Analysis.caseTFullIdentifier(TFullIdentifier node)
           
 

Uses of TFullIdentifier in soot.jimple.parser.node
 

Methods in soot.jimple.parser.node that return TFullIdentifier
 TFullIdentifier AFullIdentNonvoidType.getFullIdentifier()
           
 TFullIdentifier AFullIdentClassName.getFullIdentifier()
           
 

Methods in soot.jimple.parser.node with parameters of type TFullIdentifier
 void AFullIdentNonvoidType.setFullIdentifier(TFullIdentifier node)
           
 void AFullIdentClassName.setFullIdentifier(TFullIdentifier node)
           
 

Constructors in soot.jimple.parser.node with parameters of type TFullIdentifier
AFullIdentClassName(TFullIdentifier _fullIdentifier_)
           
AFullIdentNonvoidType(TFullIdentifier _fullIdentifier_, List<PArrayBrackets> _arrayBrackets_)