public class Not extends Expression
dataType, resolved
Constructor and Description |
---|
Not(Expression expression) |
Modifier and Type | Method and Description |
---|---|
<R,C> R |
accept(Visitor<R,C> visitor,
C context) |
boolean |
equals(Object other) |
List<Expression> |
getChildren() |
Expression |
getExpression() |
int |
hashCode() |
static Not |
not(Expression expression) |
String |
toString() |
getDataType, isResolved, setDataType
public Not(Expression expression)
public static Not not(Expression expression)
public Expression getExpression()
public List<Expression> getChildren()
getChildren
in class Expression
public <R,C> R accept(Visitor<R,C> visitor, C context)
accept
in class Expression
Copyright © 2024 PingCAP. All rights reserved.