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

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

Uses of TReturn in soot.jimple.parser.analysis
 

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

Uses of TReturn in soot.jimple.parser.node
 

Methods in soot.jimple.parser.node that return TReturn
 TReturn AReturnStatement.getReturn()
           
 

Methods in soot.jimple.parser.node with parameters of type TReturn
 void AReturnStatement.setReturn(TReturn node)
           
 

Constructors in soot.jimple.parser.node with parameters of type TReturn
AReturnStatement(TReturn _return_, PImmediate _immediate_, TSemicolon _semicolon_)