public class IfFunction extends AbstractFormula implements BuiltInCall
| Constructor and Description |
|---|
IfFunction(Expression condition,
Expression whenTrue,
Expression whenFalse) |
| Modifier and Type | Method and Description |
|---|---|
IfFunction |
clone() |
void |
dispatch(FormulaVisitor visitor) |
Expression |
getCondition() |
Expression |
getWhenFalse() |
Expression |
getWhenTrue() |
void |
print(PrettyPrintWriter out) |
asBinaryRelationalExpression, asPrimaryExpression, toSimpleString, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitasBinaryRelationalExpression, asPrimaryExpressionpublic IfFunction(Expression condition, Expression whenTrue, Expression whenFalse)
public IfFunction clone()
clone in interface PrimaryExpressionclone in class AbstractFormulapublic Expression getCondition()
public Expression getWhenTrue()
public Expression getWhenFalse()
public void print(PrettyPrintWriter out)
public void dispatch(FormulaVisitor visitor)
Copyright © 2019. All rights reserved.