public interface AryExpression extends Expression
Modifier and Type | Method and Description |
---|---|
Expression |
getExpression1()
Return the first expression.
|
Expression |
getExpression2()
Return the second expression.
|
void |
setExpression1(Expression expr1)
Set the first expression.
|
void |
setExpression2(Expression expr2)
Set the second expression.
|
eval, getExpression, getExpressionName, getRoot, getVariable, getVariable, getVariables, getVariables, hasVariable, hasVariable
void setExpression1(Expression expr1)
expr1
- the expressionvoid setExpression2(Expression expr2)
expr2
- the expressionExpression getExpression1()
Expression getExpression2()
Copyright © 2019-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence