public abstract class AbstractExpression extends java.lang.Object implements Expression
| Modifier and Type | Field and Description |
|---|---|
protected short |
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitappendContent, checkValidity, getContent, getOperatorAsString, getOperatorAsString, isSimpleExpressionpublic void setOperator(short operator)
setOperator in interface Expressionoperator - the operatorpublic short getOperator()
getOperator in interface ExpressionCopyright © 2025 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence