Package org.sonar.javascript.se.sv
Class FunctionWithTreeSymbolicValue
- java.lang.Object
-
- org.sonar.javascript.se.sv.FunctionWithTreeSymbolicValue
-
- All Implemented Interfaces:
SymbolicValue
public class FunctionWithTreeSymbolicValue extends Object implements SymbolicValue
-
-
Constructor Summary
Constructors Constructor Description FunctionWithTreeSymbolicValue(FunctionTree functionTree)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConstraintbaseConstraint(ProgramState state)Optional<ProgramState>constrainDependencies(ProgramState state, Constraint constraint)FunctionTreegetFunctionTree()
-
-
-
Constructor Detail
-
FunctionWithTreeSymbolicValue
public FunctionWithTreeSymbolicValue(FunctionTree functionTree)
-
-
Method Detail
-
getFunctionTree
public FunctionTree getFunctionTree()
-
constrainDependencies
public Optional<ProgramState> constrainDependencies(ProgramState state, Constraint constraint)
- Specified by:
constrainDependenciesin interfaceSymbolicValue
-
baseConstraint
public Constraint baseConstraint(ProgramState state)
- Specified by:
baseConstraintin interfaceSymbolicValue
-
-