Uses of Class
io.activej.codegen.operation.ArithmeticOperation
| Package | Description |
|---|---|
| io.activej.codegen.expression | |
| io.activej.codegen.operation |
-
Uses of ArithmeticOperation in io.activej.codegen.expression
Methods in io.activej.codegen.expression with parameters of type ArithmeticOperation Modifier and Type Method Description static ExpressionExpressions. arithmeticOp(ArithmeticOperation op, Expression left, Expression right) -
Uses of ArithmeticOperation in io.activej.codegen.operation
Methods in io.activej.codegen.operation that return ArithmeticOperation Modifier and Type Method Description static ArithmeticOperationArithmeticOperation. operation(String symbol)static ArithmeticOperationArithmeticOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static ArithmeticOperation[]ArithmeticOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.