public final class OperatorDIV extends AbstractOperator
ALL_OPERATORS, EXECUTION_PREFIX| Constructor and Description |
|---|
OperatorDIV() |
| 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) |
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, toStringpublic int getArity()
AbstractOperatorgetArity in class AbstractOperatorpublic String getReference()
AbstractOperatorgetReference in class AbstractOperatorpublic String getKeyword()
AbstractOperatorgetKeyword in class AbstractOperatorpublic ExpressionItemPriority getExpressionItemPriority()
ExpressionItemCopyright © 2011–2019 Igor Maznitsa. All rights reserved.