public final class OperatorGREATEQU extends AbstractOperator
ALL_OPERATORS, EXECUTION_PREFIX
Constructor and Description |
---|
OperatorGREATEQU() |
Modifier and Type | Method and Description |
---|---|
Value |
executeFloatFloat(Value arg1,
Value arg2) |
Value |
executeFloatInt(Value arg1,
Value arg2) |
Value |
executeIntFloat(Value arg1,
Value arg2) |
Value |
executeIntInt(Value arg1,
Value arg2) |
Value |
executeStrStr(Value arg1,
Value arg2) |
int |
getArity()
Get the operator arity
|
ExpressionItemPriority |
getExpressionItemPriority()
Get the priority of the item
|
String |
getKeyword()
Get the operator keyword
|
String |
getReference()
Get the operator reference to be shown for a help information request
|
findForClass, getExpressionItemType, toString
public int getArity()
AbstractOperator
getArity
in class AbstractOperator
public String getReference()
AbstractOperator
getReference
in class AbstractOperator
public String getKeyword()
AbstractOperator
getKeyword
in class AbstractOperator
public ExpressionItemPriority getExpressionItemPriority()
ExpressionItem
Copyright © 2011–2020 Igor Maznitsa. All rights reserved.