@PortedFrom(file="tDLExpression.h", name="TDLDataNot") public class DataNot extends Object implements DataExpression, DataExpressionArg<DataExpression>
| Modifier and Type | Field and Description |
|---|---|
protected DataExpression |
Expr
data expression argument
|
| Constructor and Description |
|---|
DataNot(DataExpression E) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DLExpressionVisitor visitor)
accept method for the visitor pattern
|
<O> O |
accept(DLExpressionVisitorEx<O> visitor) |
DataExpression |
getExpr()
get access to the argument
|
@PortedFrom(file="tDLExpression.h", name="Expr") protected DataExpression Expr
public DataNot(DataExpression E)
@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 Expression@PortedFrom(file="tDLExpression.h", name="getExpr") public DataExpression getExpr()
getExpr in interface DataExpressionArg<DataExpression>Copyright © 2013 The University of Manchester. All Rights Reserved.