public class ConstantUntypedNull extends ConstantExpression
ConstantExpression(null, Object.class) is not equal to
ConstantUntypedNull However, optimizers might treat all the nulls
equal (e.g. in case of comparison).
| Modifier and Type | Field and Description |
|---|---|
static ConstantExpression |
INSTANCE |
valuenodeType, type| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(@Nullable Object o) |
int |
hashCode() |
accept, accept, evaluatecanReduceaccept, getNodeType, getType, toStringpublic static final ConstantExpression INSTANCE
public boolean equals(@Nullable Object o)
equals in class ConstantExpressionpublic int hashCode()
hashCode in class ConstantExpressionCopyright © 2012-2021 Apache Software Foundation. All Rights Reserved.