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 -
Method Summary
Modifier and TypeMethodDescriptionabstract Expressioncopy(ExpressionCopyContext copyContext) booleaninthashCode()Methods 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
-
Constructor Details
-
AbstractNumericExpression
-
-
Method Details
-
getNumericType
- Specified by:
getNumericTypein interfaceNumericExpression
-
equals
-
hashCode
public int hashCode() -
copy
- Specified by:
copyin interfaceExpression- Specified by:
copyin classAbstractExpression- Returns:
-