public class AddOperation extends BinaryOperation
| 构造器和说明 |
|---|
AddOperation(Expression leftOperand,
Span span,
Expression rightOperand) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Object |
add(Object left,
Object right) |
Object |
evaluate(MagicScriptContext context,
Scope scope) |
compare, create, getLeftOperand, getRightOperand, setLeftOperand, setRightOperandpublic AddOperation(Expression leftOperand, Span span, Expression rightOperand)
Copyright © 2020–2021. All rights reserved.