Package | Description |
---|---|
soot.grimp |
Public 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.toolkits.scalar |
Some analyses based on Shimple.
|
soot.toolkits.exceptions |
Modifier and Type | Method and Description |
---|---|
GotoStmt |
Grimp.newGotoStmt(GotoStmt s) |
GotoStmt |
Grimp.newGotoStmt(GotoStmt s) |
GotoStmt |
Grimp.newGotoStmt(Unit target)
Constructs a GotoStmt(Stmt) grammar chunk.
|
GotoStmt |
Grimp.newGotoStmt(Unit target)
Constructs a GotoStmt(Stmt) grammar chunk.
|
Modifier and Type | Method and Description |
---|---|
GotoStmt |
Grimp.newGotoStmt(GotoStmt s) |
GotoStmt |
Grimp.newGotoStmt(GotoStmt s) |
Modifier and Type | Method and Description |
---|---|
GotoStmt |
Jimple.newGotoStmt(Unit target)
Constructs a GotoStmt(Stmt) grammar chunk.
|
GotoStmt |
Jimple.newGotoStmt(Unit target)
Constructs a GotoStmt(Stmt) grammar chunk.
|
GotoStmt |
Jimple.newGotoStmt(UnitBox stmtBox) |
GotoStmt |
Jimple.newGotoStmt(UnitBox stmtBox) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractStmtSwitch.caseGotoStmt(GotoStmt stmt) |
void |
StmtSwitch.caseGotoStmt(GotoStmt stmt) |
void |
AbstractStmtSwitch.caseGotoStmt(GotoStmt stmt) |
void |
StmtSwitch.caseGotoStmt(GotoStmt stmt) |
Modifier and Type | Class and Description |
---|---|
class |
JGotoStmt |
Modifier and Type | Method and Description |
---|---|
void |
UseChecker.caseGotoStmt(GotoStmt stmt) |
void |
UseChecker.caseGotoStmt(GotoStmt stmt) |
Modifier and Type | Method and Description |
---|---|
protected void |
SConstantPropagatorAndFolder.replaceStmts(Map<Stmt,GotoStmt> stmtsToReplace)
Replaces conditional branches by unconditional branches as
given by the mapping.
|
protected void |
SConstantPropagatorAndFolder.replaceStmts(Map<Stmt,GotoStmt> stmtsToReplace)
Replaces conditional branches by unconditional branches as
given by the mapping.
|
Modifier and Type | Method and Description |
---|---|
void |
UnitThrowAnalysis.UnitSwitch.caseGotoStmt(GotoStmt s) |
void |
UnitThrowAnalysis.UnitSwitch.caseGotoStmt(GotoStmt s) |