public static class ExplodedGraph.Node.LearnedConstraint extends Object
Constructor and Description |
---|
LearnedConstraint(SymbolicValue sv,
Constraint constraint) |
Modifier and Type | Method and Description |
---|---|
Constraint |
getConstraint() |
SymbolicValue |
getSv() |
String |
toString() |
public LearnedConstraint(SymbolicValue sv, @Nullable Constraint constraint)
public SymbolicValue getSv()
@CheckForNull public Constraint getConstraint()
Copyright © 2012–2017 SonarSource. All rights reserved.