Class ELArithmetic
java.lang.Object
io.micronaut.el.runtime.ELArithmetic
The arithmetic and string concatenation operators of the Jakarta Expression Language specification.
This class is invoked by the expressions generated at compilation time, it is not part of the public API of the module.
- Since:
- 1.0
- Author:
- Denis Stepanov
-
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectThe+operator described in the section 1.7.1 of the specification.static StringThe+=operator described in the section 1.8 of the specification.static ObjectThe/operator described in the section 1.7.2 of the specification.static ObjectThe%operator described in the section 1.7.3 of the specification.static ObjectThe*operator described in the section 1.7.1 of the specification.static ObjectThe unary-operator described in the section 1.7.4 of the specification.static ObjectThe-operator described in the section 1.7.1 of the specification.
-
Method Details
-
add
-
subtract
-
multiply
-
divide
-
mod
-
negate
-
concat
-