public abstract class Predicate<T,R extends Reference> extends java.lang.Object implements Expression
Expression.Operation
Modifier and Type | Method and Description |
---|---|
Literal<T> |
literal() |
Expression.Operation |
op() |
R |
ref() |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
negate
public Expression.Operation op()
op
in interface Expression
public R ref()
public java.lang.String toString()
toString
in class java.lang.Object