Uses of Class
com.blazebit.persistence.parser.expression.ArithmeticOperator
| Package | Description |
|---|---|
| com.blazebit.persistence.parser.expression |
-
Uses of ArithmeticOperator in com.blazebit.persistence.parser.expression
Methods in com.blazebit.persistence.parser.expression that return ArithmeticOperator Modifier and Type Method Description static ArithmeticOperatorArithmeticOperator. fromSymbol(String symbol)ArithmeticOperatorArithmeticExpression. getOp()static ArithmeticOperatorArithmeticOperator. valueOf(String name)Returns 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 ArithmeticOperator Constructor Description ArithmeticExpression(Expression left, Expression right, ArithmeticOperator op)