| Package | Description |
|---|---|
| org.sonar.java.se | |
| org.sonar.java.se.constraint |
| Modifier and Type | Method and Description |
|---|---|
Constraint |
ExplodedGraph.Node.LearnedConstraint.getConstraint() |
Constraint |
ProgramState.getConstraint(SymbolicValue sv) |
| Modifier and Type | Method and Description |
|---|---|
ProgramState |
ProgramState.addConstraint(SymbolicValue symbolicValue,
Constraint constraint) |
| Modifier and Type | Method and Description |
|---|---|
static List<JavaFileScannerContext.Location> |
FlowComputation.flow(ExplodedGraph.Node currentNode,
SymbolicValue currentVal,
Predicate<Constraint> addToFlow) |
static List<JavaFileScannerContext.Location> |
FlowComputation.flow(ExplodedGraph.Node currentNode,
SymbolicValue currentVal,
Predicate<Constraint> addToFlow,
Predicate<Constraint> terminateTraversal) |
static List<JavaFileScannerContext.Location> |
FlowComputation.flow(ExplodedGraph.Node currentNode,
SymbolicValue currentVal,
Predicate<Constraint> addToFlow,
Predicate<Constraint> terminateTraversal) |
| Constructor and Description |
|---|
LearnedConstraint(SymbolicValue sv,
Constraint constraint) |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanConstraint |
class |
ObjectConstraint<S extends ObjectConstraint.Status> |
class |
TypedConstraint |
| Modifier and Type | Method and Description |
|---|---|
static Predicate<Constraint> |
ObjectConstraint.statusPredicate(Object status) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ObjectConstraint.isInvalidWith(Constraint target) |
Copyright © 2012–2017 SonarSource. All rights reserved.