open class OpMinus : Operator
The minus operator supports:
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
Giovanni Dall'Oglio Risso
Since
3.0
OpMinus(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 |