public class GeneralAdditiveExpression extends AbstractFormula implements AdditiveExpression
| Constructor and Description |
|---|
GeneralAdditiveExpression(MultiplicativeExpression left) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Addend addend) |
PrimaryExpression |
asPrimaryExpression() |
GeneralAdditiveExpression |
clone() |
void |
dispatch(FormulaVisitor visitor) |
List<Addend> |
getAddendList() |
MultiplicativeExpression |
getLeft() |
void |
print(PrettyPrintWriter out) |
static GeneralAdditiveExpression |
wrap(PrimaryExpression primary) |
asBinaryRelationalExpression, toSimpleString, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitasBinaryRelationalExpressionpublic GeneralAdditiveExpression(MultiplicativeExpression left)
public static GeneralAdditiveExpression wrap(PrimaryExpression primary)
public PrimaryExpression asPrimaryExpression()
asPrimaryExpression in interface FormulaasPrimaryExpression in class AbstractFormulapublic GeneralAdditiveExpression clone()
clone in interface NumericExpressionclone in class AbstractFormulapublic MultiplicativeExpression getLeft()
public void add(Addend addend)
public void print(PrettyPrintWriter out)
public void dispatch(FormulaVisitor visitor)
Copyright © 2019. All rights reserved.