public abstract static class SymbolicValue.BooleanExpressionSymbolicValue extends BinarySymbolicValue
SymbolicValue.AndSymbolicValue, SymbolicValue.BooleanExpressionSymbolicValue, SymbolicValue.InstanceOfSymbolicValue, SymbolicValue.NotSymbolicValue, SymbolicValue.OrSymbolicValue, SymbolicValue.UnarySymbolicValue, SymbolicValue.XorSymbolicValue
FALSE_LITERAL, NULL_LITERAL, PROTECTED_SYMBOLIC_VALUES, TRUE_LITERAL
Modifier | Constructor and Description |
---|---|
protected |
BooleanExpressionSymbolicValue(int id) |
Modifier and Type | Method and Description |
---|---|
protected static void |
addStates(List<ProgramState> states,
List<ProgramState> newStates) |
BooleanConstraint |
shouldNotInverse() |
computedFrom, copyConstraint, references
binaryRelation, equals, hashCode, id, isDisposable, setConstraint, setConstraint, setSingleConstraint, toString, wrappedValue
public BooleanConstraint shouldNotInverse()
shouldNotInverse
in class BinarySymbolicValue
protected static void addStates(List<ProgramState> states, List<ProgramState> newStates)
Copyright © 2012–2016 SonarSource. All rights reserved.