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 |
|---|---|
Constraint |
baseConstraint(ProgramState state) |
Optional<ProgramState> |
constrainDependencies(ProgramState state,
Constraint constraint) |
String |
toString() |
public PlusSymbolicValue(SymbolicValue firstOperandValue, SymbolicValue secondOperandValue)
public Optional<ProgramState> constrainDependencies(ProgramState state, Constraint constraint)
constrainDependencies in interface SymbolicValuepublic Constraint baseConstraint(ProgramState state)
baseConstraint in interface SymbolicValueCopyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.