Uses of Interface
org.sonar.javascript.se.ProgramStateConstraints
-
Packages that use ProgramStateConstraints Package Description org.sonar.javascript.se -
-
Uses of ProgramStateConstraints in org.sonar.javascript.se
Classes in org.sonar.javascript.se that implement ProgramStateConstraints Modifier and Type Class Description classProgramStateThis class represents the knowledge about the variables values.Methods in org.sonar.javascript.se with parameters of type ProgramStateConstraints Modifier and Type Method Description ExpressionStackExpressionStack. execute(ExpressionTree expression, ProgramStateConstraints constraints)This method executes expression: it pushes to the stack a new symbolic value based (if required) on popped symbolic values.
-