public class PlusSymbolicValue extends Object implements SymbolicValue
x + y
"str" + foo
| Constructor and Description |
|---|
PlusSymbolicValue(SymbolicValue firstOperandValue,
SymbolicValue secondOperandValue) |
| Modifier and Type | Method and Description |
|---|---|
List<ProgramState> |
constrain(ProgramState state,
Constraint constraint) |
Constraint |
constraint(ProgramState state) |
String |
toString() |
public PlusSymbolicValue(SymbolicValue firstOperandValue, SymbolicValue secondOperandValue)
public List<ProgramState> constrain(ProgramState state, Constraint constraint)
constrain in interface SymbolicValuepublic Constraint constraint(ProgramState state)
constraint in interface SymbolicValueCopyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.