Package | Description |
---|---|
org.expressionj.expr |
Contain classes that are used to compute equations.
|
org.expressionj.model |
Contains fundamental classes used for expressions.
|
Modifier and Type | Method and Description |
---|---|
LocalVariable |
CodeBlock.getLocalVariable(java.lang.String varName)
Return the internal variable of a specified name.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,LocalVariable> |
CodeBlock.getLocalVariables()
Return the internal variables of the block.
|
java.util.Map<java.lang.String,LocalVariable> |
ParsedEquation.getLocalVariables()
Return the local variables used by this expression.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractAssignment.addLocalVariable(LocalVariable var)
Add a local variable.
|
void |
AbstractAssignment.addLocalVariable(LocalVariable var,
boolean isCreated)
Add a local variable.
|
Modifier and Type | Method and Description |
---|---|
void |
CodeBlock.setLocalVariables(java.util.Map<java.lang.String,LocalVariable> internalVars)
Set the internal variables of the block.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalConstant
Represent a local constant.
|
Modifier and Type | Method and Description |
---|---|
default LocalVariable |
Expression.getLocalVariable(java.lang.String varName)
Return the local variable of a specified name.
|
Modifier and Type | Method and Description |
---|---|
default java.util.Map<java.lang.String,LocalVariable> |
Expression.getLocalVariables()
Return the local variables used by this expression.
|
Copyright © 2018 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence