public abstract static class ArithmeticExpression.AbstractArithmeticExpression<PROPERTY> extends java.lang.Object implements ArithmeticExpression<PROPERTY>
ArithmeticExpression.AbstractArithmeticExpression<PROPERTY>, ArithmeticExpression.Add<PROPERTY>, ArithmeticExpression.Div<PROPERTY>, ArithmeticExpression.Mod<PROPERTY>, ArithmeticExpression.Mul<PROPERTY>, ArithmeticExpression.Sub<PROPERTY>, ArithmeticExpression.Visitor| Modifier | Constructor and Description |
|---|---|
protected |
AbstractArithmeticExpression(PropertyMetamodel<?> propertyMetamodel,
Operand left,
Operand right) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
asClass() |
EntityPropertyType<?,?> |
asType() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitaccept, getNameprotected AbstractArithmeticExpression(PropertyMetamodel<?> propertyMetamodel, Operand left, Operand right)
public java.lang.Class<?> asClass()
asClass in interface PropertyMetamodel<PROPERTY>public EntityPropertyType<?,?> asType()
asType in interface PropertyMetamodel<PROPERTY>public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object