Uses of Enum
org.sonar.java.se.constraint.ObjectConstraint
Packages that use ObjectConstraint
-
Uses of ObjectConstraint in org.sonar.java.se.constraint
Methods in org.sonar.java.se.constraint that return ObjectConstraintModifier and TypeMethodDescriptionstatic ObjectConstraintReturns 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 ObjectConstraintModifier and TypeMethodDescriptionSymbolicValue.setConstraint(ProgramState programState, ObjectConstraint nullConstraint) SymbolicValue.setSingleConstraint(ProgramState programState, ObjectConstraint nullConstraint)