public final class NullSelector<T> extends java.lang.Object implements RecordSelector
| Modifier and Type | Field and Description |
|---|---|
PropExpression<T> |
expr |
boolean |
is_null |
| Constructor and Description |
|---|
NullSelector(PropExpression<T> exp,
boolean is_null) |
| Modifier and Type | Method and Description |
|---|---|
NullSelector<T> |
copy()
return a copy of the RecordSelector.
|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
<R> R |
visit(SelectorVisitor<R> visitor) |
public final PropExpression<T> expr
public final boolean is_null
public NullSelector(PropExpression<T> exp, boolean is_null)
public <R> R visit(SelectorVisitor<R> visitor) throws java.lang.Exception
visit in interface RecordSelectorjava.lang.Exceptionpublic NullSelector<T> copy()
RecordSelectorcopy in interface RecordSelectorpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object