public class Not extends Expression
| Modifier and Type | Field and Description |
|---|---|
protected Expression |
expression |
| Constructor and Description |
|---|
Not(Expression expression) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(QueryTranslator queryVisitor)
Translates an expression using the specified
queryTranslator from
DSQL into an expression in Native Query Language. |
Expression |
getRight() |
isEmptyprotected Expression expression
public Not(Expression expression)
public void accept(QueryTranslator queryVisitor)
queryTranslator from
DSQL into an expression in Native Query Language.accept in class ExpressionqueryVisitor - a QueryTranslator instance.public Expression getRight()
Copyright © 2017 MuleSoft, Inc.. All rights reserved.