Package | Description |
---|---|
soot.dava.internal.SET | |
soot.dava.toolkits.base.AST.structuredAnalysis | |
soot.dava.toolkits.base.AST.traversals |
Modifier and Type | Method and Description |
---|---|
void |
SETStatementSequenceNode.insert_AbruptStmt(DAbruptStmt stmt) |
void |
SETStatementSequenceNode.insert_AbruptStmt(DAbruptStmt stmt) |
Modifier and Type | Method and Description |
---|---|
void |
DavaFlowSet.addToImplicitBreaks(DAbruptStmt ab,
DavaFlowSet<T> set)
The next two methods take an abruptStmt as input along with a flowSet.
|
void |
DavaFlowSet.addToImplicitBreaks(DAbruptStmt ab,
DavaFlowSet<T> set)
The next two methods take an abruptStmt as input along with a flowSet.
|
void |
DavaFlowSet.addToImplicitContinues(DAbruptStmt ab,
DavaFlowSet<T> set) |
void |
DavaFlowSet.addToImplicitContinues(DAbruptStmt ab,
DavaFlowSet<T> set) |
Modifier and Type | Method and Description |
---|---|
ASTNode |
ClosestAbruptTargetFinder.getTarget(DAbruptStmt ab)
To be invoked by other analyses.
|
ASTNode |
ClosestAbruptTargetFinder.getTarget(DAbruptStmt ab)
To be invoked by other analyses.
|