Package org.sonar.javascript.se.sv
Interface ObjectSymbolicValue
-
- All Superinterfaces:
SymbolicValue
- All Known Subinterfaces:
FunctionSymbolicValue
- All Known Implementing Classes:
BuiltInConstructorSymbolicValue,BuiltInFunctionSymbolicValue,BuiltInObjectSymbolicValue
public interface ObjectSymbolicValue extends SymbolicValue
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Optional<ProgramState>constrainDependencies(ProgramState state, Constraint constraint)SymbolicValuegetPropertyValue(String name)-
Methods inherited from interface org.sonar.javascript.se.sv.SymbolicValue
baseConstraint
-
-
-
-
Method Detail
-
constrainDependencies
default Optional<ProgramState> constrainDependencies(ProgramState state, Constraint constraint)
- Specified by:
constrainDependenciesin interfaceSymbolicValue
-
getPropertyValue
SymbolicValue getPropertyValue(String name)
-
-