Class PersistenceTimeOperatorRenderer
java.lang.Object
com.blazebit.expression.persistence.PersistenceTimeOperatorRenderer
- All Implemented Interfaces:
PersistenceDomainOperatorRenderer,Serializable
public class PersistenceTimeOperatorRenderer extends Object implements PersistenceDomainOperatorRenderer, Serializable
- Since:
- 1.0.0
- Author:
- Christian Beikov
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.blazebit.expression.persistence.PersistenceDomainOperatorRenderer
PersistenceDomainOperatorRenderer.SimpleDomainOperatorRenderer -
Field Summary
Fields Modifier and Type Field Description static PersistenceTimeOperatorRendererINSTANCEFields inherited from interface com.blazebit.expression.persistence.PersistenceDomainOperatorRenderer
SIMPLE -
Method Summary
Modifier and Type Method Description booleanrender(ChainingArithmeticExpression e, PersistenceExpressionSerializer serializer)Renders the given domain operator for the given expression.
-
Field Details
-
Method Details
-
render
Description copied from interface:PersistenceDomainOperatorRendererRenders the given domain operator for the given expression.- Specified by:
renderin interfacePersistenceDomainOperatorRenderer- Parameters:
e- The expressionserializer- The serializer- Returns:
- Returns whether the expression is a constant
-