Uses of Class
org.sonar.javascript.se.ExpressionStack
-
Packages that use ExpressionStack Package Description org.sonar.javascript.se -
-
Uses of ExpressionStack in org.sonar.javascript.se
Methods in org.sonar.javascript.se that return ExpressionStack Modifier and Type Method Description ExpressionStackExpressionStack. apply(Consumer<Deque<SymbolicValue>> action)This method allows to perform one or more operations on a copy of the internal stack.static ExpressionStackExpressionStack. emptyStack()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.ExpressionStackProgramState. getStack()Deprecated.ExpressionStackExpressionStack. push(SymbolicValue newValue)ExpressionStackExpressionStack. removeLastValue()Methods in org.sonar.javascript.se with parameters of type ExpressionStack Modifier and Type Method Description ProgramStateProgramState. withStack(ExpressionStack newStack)
-