public class ExplodedGraph extends Object
Modifier and Type | Class | Description |
---|---|---|
static class |
ExplodedGraph.Edge |
|
static class |
ExplodedGraph.Node |
Constructor | Description |
---|---|
ExplodedGraph() |
Modifier and Type | Method | Description |
---|---|---|
ExplodedGraph.Node |
node(ProgramPoint programPoint,
ProgramState programState) |
Returns node associated with given (programPoint,programState) pair.
|
Map<ExplodedGraph.Node,ExplodedGraph.Node> |
nodes() |
public ExplodedGraph.Node node(ProgramPoint programPoint, @Nullable ProgramState programState)
public Map<ExplodedGraph.Node,ExplodedGraph.Node> nodes()
Copyright © 2012–2018 SonarSource. All rights reserved.