Package | Description |
---|---|
soot.jimple.parser.analysis | |
soot.jimple.parser.node |
Modifier and Type | Method and Description |
---|---|
void |
AnalysisAdapter.caseTLookupswitch(TLookupswitch node) |
void |
Analysis.caseTLookupswitch(TLookupswitch node) |
Modifier and Type | Method and Description |
---|---|
TLookupswitch |
ALookupswitchStatement.getLookupswitch() |
Modifier and Type | Method and Description |
---|---|
void |
ALookupswitchStatement.setLookupswitch(TLookupswitch node) |
Constructor and Description |
---|
ALookupswitchStatement(TLookupswitch _lookupswitch_,
TLParen _lParen_,
PImmediate _immediate_,
TRParen _rParen_,
TLBrace _lBrace_,
List<?> _caseStmt_,
TRBrace _rBrace_,
TSemicolon _semicolon_) |