| Package | Description |
|---|---|
| org.sonar.javascript.se |
| Modifier and Type | Method and Description |
|---|---|
ExpressionStack |
ExpressionStack.apply(Consumer<Deque<SymbolicValue>> action)
This method allows to perform one or more operations on a copy of the internal stack.
|
static ExpressionStack |
ExpressionStack.emptyStack() |
ExpressionStack |
ExpressionStack.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.
|
ExpressionStack |
ProgramState.getStack()
Deprecated.
|
ExpressionStack |
ExpressionStack.push(SymbolicValue newValue) |
ExpressionStack |
ExpressionStack.removeLastValue() |
| Modifier and Type | Method and Description |
|---|---|
ProgramState |
ProgramState.withStack(ExpressionStack newStack) |
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.