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

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

Uses of TTableswitch in soot.jimple.parser.analysis
 

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

Uses of TTableswitch in soot.jimple.parser.node
 

Methods in soot.jimple.parser.node that return TTableswitch
 TTableswitch ATableswitchStatement.getTableswitch()
           
 

Methods in soot.jimple.parser.node with parameters of type TTableswitch
 void ATableswitchStatement.setTableswitch(TTableswitch node)
           
 

Constructors in soot.jimple.parser.node with parameters of type TTableswitch
ATableswitchStatement(TTableswitch _tableswitch_, TLParen _lParen_, PImmediate _immediate_, TRParen _rParen_, TLBrace _lBrace_, List<PCaseStmt> _caseStmt_, TRBrace _rBrace_, TSemicolon _semicolon_)