public class ObjectList extends AbstractFormula
| Constructor and Description |
|---|
ObjectList(List<Expression> list) |
| Modifier and Type | Method and Description |
|---|---|
ObjectList |
clone() |
void |
dispatch(FormulaVisitor visitor) |
List<Expression> |
getExpressions() |
void |
print(PrettyPrintWriter out) |
asBinaryRelationalExpression, asPrimaryExpression, toSimpleString, toStringpublic ObjectList(List<Expression> list)
public List<Expression> getExpressions()
public ObjectList clone()
clone in class AbstractFormulapublic void print(PrettyPrintWriter out)
public void dispatch(FormulaVisitor visitor)
Copyright © 2019. All rights reserved.