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 CodeBlock |
CodeBlock.block |
protected CodeBlock |
ExprBREAK.block |
protected CodeBlock |
ExprCHOICE.block |
protected CodeBlock |
ExprWHILE.block |
Modifier and Type | Method and Description |
---|---|
CodeBlock |
CodeBlock.getParentBlock() |
CodeBlock |
ExprBREAK.getParentBlock() |
CodeBlock |
ExprCHOICE.getParentBlock() |
CodeBlock |
ExprWHILE.getParentBlock() |
CodeBlock |
ParsedEquation.getParentBlock() |
Modifier and Type | Method and Description |
---|---|
void |
CodeBlock.setParentBlock(CodeBlock block) |
void |
ExprBREAK.setParentBlock(CodeBlock block) |
void |
ExprCHOICE.setParentBlock(CodeBlock block) |
void |
ExprWHILE.setParentBlock(CodeBlock block) |
void |
ParsedEquation.setParentBlock(CodeBlock block) |
Modifier and Type | Field and Description |
---|---|
protected CodeBlock |
AbstractExpression.block |
Modifier and Type | Method and Description |
---|---|
CodeBlock |
AbstractExpression.getParentBlock() |
CodeBlock |
Expression.getParentBlock()
Return the parent expression block if the expression is one of several expressions separated by commas.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractExpression.setParentBlock(CodeBlock block) |
void |
Expression.setParentBlock(CodeBlock block)
Set the parent expression block.
|
Copyright © 2018 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence