Package | Description |
---|---|
soot.jimple.parser.analysis | |
soot.jimple.parser.node |
Modifier and Type | Method and Description |
---|---|
void |
AnalysisAdapter.caseTTableswitch(TTableswitch node) |
void |
Analysis.caseTTableswitch(TTableswitch node) |
Modifier and Type | Method and Description |
---|---|
TTableswitch |
ATableswitchStatement.getTableswitch() |
Modifier and Type | Method and Description |
---|---|
void |
ATableswitchStatement.setTableswitch(TTableswitch node) |
Constructor and Description |
---|
ATableswitchStatement(TTableswitch _tableswitch_,
TLParen _lParen_,
PImmediate _immediate_,
TRParen _rParen_,
TLBrace _lBrace_,
List<?> _caseStmt_,
TRBrace _rBrace_,
TSemicolon _semicolon_) |