public class JimpleControlFlowGraph extends Object implements ControlFlowGraph
ControlFlowGraph.Edge| Constructor and Description |
|---|
JimpleControlFlowGraph(JimpleMethod method) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Statement> |
getEndPoints() |
Collection<Statement> |
getPredsOf(Statement curr) |
Collection<Statement> |
getStartPoints() |
List<Statement> |
getStatements() |
Collection<Statement> |
getSuccsOf(Statement curr) |
public JimpleControlFlowGraph(JimpleMethod method)
public Collection<Statement> getStartPoints()
getStartPoints in interface ControlFlowGraphpublic Collection<Statement> getEndPoints()
getEndPoints in interface ControlFlowGraphpublic Collection<Statement> getSuccsOf(Statement curr)
getSuccsOf in interface ControlFlowGraphpublic Collection<Statement> getPredsOf(Statement curr)
getPredsOf in interface ControlFlowGraphpublic List<Statement> getStatements()
getStatements in interface ControlFlowGraphCopyright © 2024. All rights reserved.