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).
| 限定符和类型 | 字段和说明 |
|---|---|
static ConstantExpression |
INSTANCE |
valuenodeType, type| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(@Nullable Object o) |
int |
hashCode() |
accept, accept, evaluatecanReduceaccept, getNodeType, getType, toStringpublic static final ConstantExpression INSTANCE
public boolean equals(@Nullable Object o)
equals 在类中 ConstantExpressionpublic int hashCode()
hashCode 在类中 ConstantExpressionCopyright © 2012-2023 Apache Software Foundation. All Rights Reserved.