Package | Description |
---|---|
org.sonar.java.se |
Modifier and Type | Field | Description |
---|---|---|
ProgramPoint |
ExplodedGraph.Node.programPoint |
Modifier and Type | Method | Description |
---|---|---|
ProgramPoint |
ProgramPoint.next() |
Modifier and Type | Method | Description |
---|---|---|
void |
ExplodedGraphWalker.enqueue(ProgramPoint programPoint,
ProgramState programState) |
|
void |
ExplodedGraphWalker.enqueue(ProgramPoint newProgramPoint,
ProgramState programState,
boolean exitPath) |
|
void |
ExplodedGraphWalker.enqueue(ProgramPoint newProgramPoint,
ProgramState programState,
boolean exitPath,
MethodYield methodYield) |
|
void |
ExplodedGraphWalker.enqueue(ProgramPoint programPoint,
ProgramState programState,
MethodYield methodYield) |
|
ExplodedGraph.Node |
ExplodedGraph.node(ProgramPoint programPoint,
ProgramState programState) |
Returns node associated with given (programPoint,programState) pair.
|
int |
ProgramState.numberOfTimeVisited(ProgramPoint programPoint) |
|
ProgramState |
ProgramState.visitedPoint(ProgramPoint programPoint,
int nbOfVisit) |
Copyright © 2012–2018 SonarSource. All rights reserved.