public class RelationalSymbolicValue extends Object implements SymbolicValue
| Modifier and Type | Method and Description |
|---|---|
Constraint |
baseConstraint(ProgramState state) |
Optional<ProgramState> |
constrainDependencies(ProgramState state,
Constraint constraint) |
static SymbolicValue |
create(Tree.Kind kind,
SymbolicValue leftOperand,
SymbolicValue rightOperand) |
Relation |
relationWhenTrue() |
String |
toString() |
public static SymbolicValue create(Tree.Kind kind, SymbolicValue leftOperand, SymbolicValue rightOperand)
public Optional<ProgramState> constrainDependencies(ProgramState state, Constraint constraint)
constrainDependencies in interface SymbolicValuepublic Constraint baseConstraint(ProgramState state)
baseConstraint in interface SymbolicValuepublic Relation relationWhenTrue()
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.