Uses of Enum
org.sonar.java.se.constraint.BooleanConstraint
Packages that use BooleanConstraint
-
Uses of BooleanConstraint in org.sonar.java.se.constraint
Methods in org.sonar.java.se.constraint that return BooleanConstraintModifier and TypeMethodDescriptionBooleanConstraint.inverse()static BooleanConstraintReturns the enum constant of this type with the specified name.static BooleanConstraint[]BooleanConstraint.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BooleanConstraint in org.sonar.java.se.symbolicvalues
Methods in org.sonar.java.se.symbolicvalues with parameters of type BooleanConstraintModifier and TypeMethodDescriptionRelationalSymbolicValue.setConstraint(ProgramState initialProgramState, BooleanConstraint booleanConstraint) SymbolicValue.AndSymbolicValue.setConstraint(ProgramState programState, BooleanConstraint booleanConstraint) SymbolicValue.InstanceOfSymbolicValue.setConstraint(ProgramState programState, BooleanConstraint booleanConstraint) SymbolicValue.NotSymbolicValue.setConstraint(ProgramState programState, BooleanConstraint booleanConstraint) SymbolicValue.OrSymbolicValue.setConstraint(ProgramState programState, BooleanConstraint booleanConstraint) SymbolicValue.setConstraint(ProgramState programState, BooleanConstraint booleanConstraint) SymbolicValue.XorSymbolicValue.setConstraint(ProgramState programState, BooleanConstraint booleanConstraint)