| Package | Description |
|---|---|
| soot.jimple.parser.analysis | |
| soot.jimple.parser.node |
| Modifier and Type | Method and Description |
|---|---|
void |
Analysis.caseTTableswitch(TTableswitch node) |
void |
AnalysisAdapter.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_) |
Copyright © 2020 Soot OSS. All rights reserved.