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

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

Uses of TGoto in soot.jimple.parser.analysis
 

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

Uses of TGoto in soot.jimple.parser.node
 

Methods in soot.jimple.parser.node that return TGoto
 TGoto AGotoStmt.getGoto()
           
 

Methods in soot.jimple.parser.node with parameters of type TGoto
 void AGotoStmt.setGoto(TGoto node)
           
 

Constructors in soot.jimple.parser.node with parameters of type TGoto
AGotoStmt(TGoto _goto_, PLabelName _labelName_, TSemicolon _semicolon_)