public interface ControlFlowGraph
| Modifier and Type | Interface and Description |
|---|---|
static class |
ControlFlowGraph.Edge |
| 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) |
Collection<Statement> getStartPoints()
Collection<Statement> getEndPoints()
Collection<Statement> getSuccsOf(Statement curr)
Collection<Statement> getPredsOf(Statement curr)
Copyright © 2024. All rights reserved.