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

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

Uses of TIf in soot.jimple.parser.analysis
 

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

Uses of TIf in soot.jimple.parser.node
 

Methods in soot.jimple.parser.node that return TIf
 TIf AIfStatement.getIf()
           
 

Methods in soot.jimple.parser.node with parameters of type TIf
 void AIfStatement.setIf(TIf node)
           
 

Constructors in soot.jimple.parser.node with parameters of type TIf
AIfStatement(TIf _if_, PBoolExpr _boolExpr_, PGotoStmt _gotoStmt_)