Uses of Class
org.sonar.java.se.constraint.ObjectConstraint
-
Packages that use ObjectConstraint Package Description org.sonar.java.se.constraint org.sonar.java.se.symbolicvalues -
-
Uses of ObjectConstraint in org.sonar.java.se.constraint
Methods in org.sonar.java.se.constraint that return ObjectConstraint Modifier and Type Method Description static ObjectConstraint
ObjectConstraint. valueOf(String name)
Returns the enum constant of this type with the specified name.static ObjectConstraint[]
ObjectConstraint. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ObjectConstraint in org.sonar.java.se.symbolicvalues
Methods in org.sonar.java.se.symbolicvalues with parameters of type ObjectConstraint Modifier and Type Method Description List<ProgramState>
SymbolicValue. setConstraint(ProgramState programState, ObjectConstraint nullConstraint)
ProgramState
SymbolicValue. setSingleConstraint(ProgramState programState, ObjectConstraint nullConstraint)
-