public class InstanceOfSymbolicValue extends Object implements SymbolicValue
typeof foo.bar()
typeof x
| Constructor and Description |
|---|
InstanceOfSymbolicValue(SymbolicValue objectValue,
SymbolicValue constructorValue) |
| Modifier and Type | Method and Description |
|---|---|
Constraint |
baseConstraint(ProgramState state) |
Optional<ProgramState> |
constrainDependencies(ProgramState state,
Constraint constraint) |
String |
toString() |
public InstanceOfSymbolicValue(SymbolicValue objectValue, SymbolicValue constructorValue)
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.