@PortedFrom(file="tDLExpression.h", name="TDLDataAnd") public class DataAnd extends NAryExpressionImpl<DataExpression> implements NAryExpression<DataExpression>, DataExpression
| Constructor and Description |
|---|
DataAnd(List<Expression> v)
create AND of expressions from the given array
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DLExpressionVisitor visitor)
accept method for the visitor pattern
|
<O> O |
accept(DLExpressionVisitorEx<O> visitor) |
add, add, getArguments, isEmpty, size, toString, transformclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitadd, add, getArguments, isEmpty, size, transformpublic DataAnd(List<Expression> v)
@PortedFrom(file="tDLExpression.h", name="accept") public void accept(DLExpressionVisitor visitor)
Expressionaccept in interface Expression@PortedFrom(file="tDLExpression.h", name="accept") public <O> O accept(DLExpressionVisitorEx<O> visitor)
accept in interface ExpressionCopyright © 2013 The University of Manchester. All Rights Reserved.