Uses of Enum
com.blazebit.persistence.parser.expression.ArithmeticOperator
Packages that use ArithmeticOperator
-
Uses of ArithmeticOperator in com.blazebit.persistence.parser.expression
Methods in com.blazebit.persistence.parser.expression that return ArithmeticOperatorModifier and TypeMethodDescriptionstatic ArithmeticOperatorArithmeticOperator.fromSymbol(String symbol) ArithmeticExpression.getOp()static ArithmeticOperatorReturns the enum constant of this type with the specified name.static ArithmeticOperator[]ArithmeticOperator.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.blazebit.persistence.parser.expression with parameters of type ArithmeticOperatorModifierConstructorDescriptionArithmeticExpression(Expression left, Expression right, ArithmeticOperator op)