public class ExplodedGraph extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ExplodedGraph.Edge |
static class |
ExplodedGraph.Node |
Constructor and Description |
---|
ExplodedGraph() |
Modifier and Type | Method and 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–2017 SonarSource. All rights reserved.