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 |
---|---|
Value |
ExprArrayIndex.getValue() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
Helper.getName(Value value)
Return the name of a Value, or undefined if the value name is null;
|
void |
ExprArrayIndex.setValue(Value value) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractValue
An abstract value, used for Constants and variables.
|
class |
Constant
Represent a Constant.
|
class |
LocalConstant
Represent a local constant.
|
class |
LocalVariable
Represent a Local Variable.
|
class |
Structure
Represent an instance of a Structure.
|
static class |
Structure.Field
Represent a structure field.
|
class |
Variable
Represent a Variable.
|
Copyright © 2018 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence