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