| 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 | Field and Description |
|---|---|
protected AbstractValue |
AbstractScalarAssignment.resultValue |
| Modifier and Type | Method and Description |
|---|---|
AbstractValue |
AbstractScalarAssignment.getResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractScalarAssignment.setResult(AbstractValue resultValue) |
void |
AbstractScalarAssignment.setResult(AbstractValue resultValue,
boolean isCreated)
Set the result.
|
| Modifier and Type | Class and Description |
|---|---|
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