public class WALAControlFlowGraph extends Object implements ControlFlowGraph
ControlFlowGraph.Edge| Constructor and Description |
|---|
WALAControlFlowGraph(WALAMethod method,
com.ibm.wala.ipa.cha.IClassHierarchy cha) |
| Modifier and Type | Method and Description |
|---|---|
Statement |
getBranchTarget(int targetIndex) |
Collection<Statement> |
getEndPoints() |
Collection<Statement> |
getPredsOf(Statement curr) |
Collection<Statement> |
getStartPoints() |
List<Statement> |
getStatements() |
Collection<Statement> |
getSuccsOf(Statement curr) |
String |
toString() |
public WALAControlFlowGraph(WALAMethod method, com.ibm.wala.ipa.cha.IClassHierarchy cha)
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 ControlFlowGraphpublic Statement getBranchTarget(int targetIndex)
Copyright © 2024. All rights reserved.