public class LiteralSymbolicValue extends Object implements SymbolicValue
| Modifier and Type | Method and Description |
|---|---|
Constraint |
baseConstraint(ProgramState state) |
Optional<ProgramState> |
constrainDependencies(ProgramState state,
Constraint constraint) |
static SymbolicValue |
get(LiteralTree literal) |
LiteralTree |
getLiteral() |
String |
toString() |
public static SymbolicValue get(LiteralTree literal)
public LiteralTree getLiteral()
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.