Class AbstractNumericExpression
java.lang.Object
com.blazebit.persistence.parser.expression.AbstractExpression
com.blazebit.persistence.parser.expression.AbstractNumericExpression
- All Implemented Interfaces:
Expression,NumericExpression
- Direct Known Subclasses:
ArithmeticExpression,ArithmeticFactor,NumericLiteral
public abstract class AbstractNumericExpression extends AbstractExpression implements NumericExpression
- Since:
- 1.2.0
- Author:
- Moritz Becker
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.blazebit.persistence.parser.expression.Expression
Expression.ResultVisitor<T>, Expression.Visitor -
Constructor Summary
Constructors Constructor Description AbstractNumericExpression(NumericType numericType) -
Method Summary
Modifier and Type Method Description abstract Expressioncopy(ExpressionCopyContext copyContext)booleanequals(Object o)NumericTypegetNumericType()inthashCode()Methods 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
-
Constructor Details
-
Method Details
-
getNumericType
- Specified by:
getNumericTypein interfaceNumericExpression
-
equals
-
hashCode
public int hashCode() -
copy
- Specified by:
copyin interfaceExpression- Specified by:
copyin classAbstractExpression- Returns:
-