open class OpPlus : Operator
The plus operator will:
It can be used as a unary operator for numbers. The standard promotions are performed when the operand types vary (double+int=double). For other options it defers to the registered overloader.
Author
Andy Clement
Author
Juergen Hoeller
Author
Ivo Smid
Author
Giovanni Dall'Oglio Risso
Since
3.0
OpPlus(pos: Int, vararg operands: SpelNodeImpl) |
open fun generateCode(mv: MethodVisitor, cf: CodeFlow): Unit |
|
open fun getRightOperand(): SpelNodeImpl |
|
open fun getValueInternal(state: ExpressionState): TypedValue |
|
open fun isCompilable(): Boolean |
|
open fun toStringAST(): String |