Package org.sonar.javascript.se.sv
Class LogicalNotSymbolicValue
- java.lang.Object
-
- org.sonar.javascript.se.sv.LogicalNotSymbolicValue
-
- All Implemented Interfaces:
SymbolicValue
public class LogicalNotSymbolicValue extends Object implements SymbolicValue
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ConstraintbaseConstraint(ProgramState state)Optional<ProgramState>constrainDependencies(ProgramState state, Constraint constraint)static SymbolicValuecreate(SymbolicValue negatedValue)SymbolicValuenegatedValue()StringtoString()
-
-
-
Method Detail
-
create
public static SymbolicValue create(SymbolicValue negatedValue)
-
constrainDependencies
public Optional<ProgramState> constrainDependencies(ProgramState state, Constraint constraint)
- Specified by:
constrainDependenciesin interfaceSymbolicValue
-
baseConstraint
public Constraint baseConstraint(ProgramState state)
- Specified by:
baseConstraintin interfaceSymbolicValue
-
negatedValue
public SymbolicValue negatedValue()
-
-