Package | Description |
---|---|
org.scripthelper.debug.expr |
Contains the blocks for the breakpoints expressions.
|
Modifier and Type | Method and Description |
---|---|
Variable |
Constant.getVariable(java.lang.String varName)
Return null.
|
default Variable |
Expression.getVariable(java.lang.String varName)
Return a variable declared by the expression.
|
Variable |
ParsedEquation.getVariable(java.lang.String varName) |
Variable |
Variable.getVariable(java.lang.String varName)
Return the value of the variable.
|
default Variable |
Expression.getVariable(java.lang.String varName,
boolean includeLocals)
Return a variable declared by the expression.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Variable> |
AbstractAryExpression.getVariables() |
java.util.Map<java.lang.String,Variable> |
AbstractUnaryExpression.getVariables() |
java.util.Map<java.lang.String,Variable> |
Constant.getVariables()
Return an empty Map.
|
java.util.Map<java.lang.String,Variable> |
Expression.getVariables()
Return the variables used by this expression.
|
java.util.Map<java.lang.String,Variable> |
ParsedEquation.getVariables()
Return the variables used by this expression.
|
java.util.Map<java.lang.String,Variable> |
Variable.getVariables()
Return the Map of variables.
|
default java.util.Map<java.lang.String,Variable> |
Expression.getVariables(boolean includeLocals)
Return the variables used by this expression, possibly including local variables.
|
Modifier and Type | Method and Description |
---|---|
void |
ParsedEquation.addVariable(Variable var) |
Modifier and Type | Method and Description |
---|---|
void |
ParsedEquation.setVariables(java.util.List<Variable> varsList) |
Copyright © 2019-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence