Package | Description |
---|---|
soot.dexpler.instructions | |
soot.grimp |
Public classes for the Grimp intermediate representation.
|
soot.grimp.internal |
Internal, messy, implementation-specific classes for the Grimp intermediate representation.
|
soot.jimple |
Public classes for the Jimple intermediate representation.
|
soot.jimple.internal |
Internal, messy, implementation-specific classes for the Jimple intermediate representation.
|
soot.jimple.toolkits.typing.fast | |
soot.shimple.internal |
Shimple internal messy stuff.
|
soot.shimple.toolkits.scalar |
Some analyses based on Shimple.
|
soot.toolkits.exceptions |
Modifier and Type | Method and Description |
---|---|
protected abstract IfStmt |
ConditionalJumpInstruction.ifStatement(DexBody body)
Return an if statement depending on the instruction.
|
protected IfStmt |
IfTestInstruction.ifStatement(DexBody body) |
protected IfStmt |
IfTestzInstruction.ifStatement(DexBody body) |
protected abstract IfStmt |
ConditionalJumpInstruction.ifStatement(DexBody body)
Return an if statement depending on the instruction.
|
protected IfStmt |
IfTestInstruction.ifStatement(DexBody body) |
protected IfStmt |
IfTestzInstruction.ifStatement(DexBody body) |
Modifier and Type | Method and Description |
---|---|
IfStmt |
Grimp.newIfStmt(IfStmt s) |
IfStmt |
Grimp.newIfStmt(IfStmt s) |
IfStmt |
Grimp.newIfStmt(Value condition,
Unit target)
Constructs a IfStmt(Condition, Stmt) grammar chunk.
|
IfStmt |
Grimp.newIfStmt(Value condition,
Unit target)
Constructs a IfStmt(Condition, Stmt) grammar chunk.
|
Modifier and Type | Method and Description |
---|---|
IfStmt |
Grimp.newIfStmt(IfStmt s) |
IfStmt |
Grimp.newIfStmt(IfStmt s) |
Modifier and Type | Class and Description |
---|---|
class |
GIfStmt |
Modifier and Type | Method and Description |
---|---|
IfStmt |
Jimple.newIfStmt(Value condition,
Unit target)
Constructs a IfStmt(Condition, Stmt) grammar chunk.
|
IfStmt |
Jimple.newIfStmt(Value condition,
Unit target)
Constructs a IfStmt(Condition, Stmt) grammar chunk.
|
IfStmt |
Jimple.newIfStmt(Value condition,
UnitBox target)
Constructs a IfStmt(Condition, UnitBox) grammar chunk.
|
IfStmt |
Jimple.newIfStmt(Value condition,
UnitBox target)
Constructs a IfStmt(Condition, UnitBox) grammar chunk.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractStmtSwitch.caseIfStmt(IfStmt stmt) |
void |
StmtSwitch.caseIfStmt(IfStmt stmt) |
void |
AbstractStmtSwitch.caseIfStmt(IfStmt stmt) |
void |
StmtSwitch.caseIfStmt(IfStmt stmt) |
Modifier and Type | Class and Description |
---|---|
class |
JIfStmt |
Modifier and Type | Method and Description |
---|---|
void |
UseChecker.caseIfStmt(IfStmt stmt) |
void |
UseChecker.caseIfStmt(IfStmt stmt) |
Modifier and Type | Method and Description |
---|---|
void |
PiNodeManager.piHandleIfStmt(Local local,
IfStmt u) |
void |
PiNodeManager.piHandleIfStmt(Local local,
IfStmt u) |
Modifier and Type | Method and Description |
---|---|
protected void |
SConstantPropagatorAndFolder.removeStmts(List<IfStmt> deadStmts)
Removes the given list of fall through IfStmts from the body.
|
protected void |
SConstantPropagatorAndFolder.removeStmts(List<IfStmt> deadStmts)
Removes the given list of fall through IfStmts from the body.
|
Modifier and Type | Method and Description |
---|---|
void |
UnitThrowAnalysis.UnitSwitch.caseIfStmt(IfStmt s) |
void |
UnitThrowAnalysis.UnitSwitch.caseIfStmt(IfStmt s) |