Class UnaryExpressionPredicate
java.lang.Object
com.blazebit.persistence.parser.expression.AbstractExpression
com.blazebit.persistence.parser.predicate.AbstractPredicate
com.blazebit.persistence.parser.predicate.UnaryExpressionPredicate
- All Implemented Interfaces:
Expression,Negatable,Predicate
- Direct Known Subclasses:
ExistsPredicate,IsEmptyPredicate,IsNullPredicate
- Since:
- 1.0.0
- Author:
- Christian Beikov, Moritz Becker
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.blazebit.persistence.parser.expression.Expression
Expression.ResultVisitor<T>, Expression.Visitor -
Field Summary
FieldsFields inherited from class com.blazebit.persistence.parser.predicate.AbstractPredicate
negated -
Constructor Summary
ConstructorsConstructorDescriptionUnaryExpressionPredicate(Expression expression) UnaryExpressionPredicate(Expression expression, boolean negated) -
Method Summary
Modifier and TypeMethodDescriptionabstract UnaryExpressionPredicatecopy(ExpressionCopyContext copyContext) booleaninthashCode()voidsetExpression(Expression expression) Methods inherited from class com.blazebit.persistence.parser.predicate.AbstractPredicate
isNegated, negate, setNegatedMethods inherited from class com.blazebit.persistence.parser.expression.AbstractExpression
toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.blazebit.persistence.parser.expression.Expression
accept, accept, toString
-
Field Details
-
expression
-
-
Constructor Details
-
UnaryExpressionPredicate
-
UnaryExpressionPredicate
-
-
Method Details
-
copy
- Specified by:
copyin interfaceExpression- Specified by:
copyin interfacePredicate- Specified by:
copyin classAbstractPredicate- Returns:
-
getExpression
-
setExpression
-
equals
- Overrides:
equalsin classAbstractPredicate
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractPredicate
-