public abstract class AbstractExpression extends java.lang.Object implements Expression
| Modifier and Type | Field and Description |
|---|---|
protected short |
operator
The operator.
|
| Constructor and Description |
|---|
AbstractExpression() |
| Modifier and Type | Method and Description |
|---|---|
short |
getOperator()
Return the operator used to concatenate this expression to the previous one.
|
void |
setOperator(short operator)
Set the operator to use for the expression.
|
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitappendContent, checkValidity, create, getContent, getOperatorAsString, getOperatorAsString, getOutputVariables, getVariables, isSimpleExpressionprotected short operator
ExpressionOperatorspublic void setOperator(short operator)
setOperator in interface Expressionoperator - the operatorpublic short getOperator()
getOperator in interface Expressionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2025, 2026 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence