| Package | Description |
|---|---|
| com.microej.script.interpreter | |
| com.microej.script.interpreter.binary |
| Modifier and Type | Method and Description |
|---|---|
static BinaryOperator |
OperatorFactory.getBinaryOperator(int operatorId)
Returns the binary operator identified by the given operator ID.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddOperator
Represents the add operator.
|
class |
DivideOperator
Represents the divide operator.
|
class |
EqualOperator
Represents the equal operator.
|
class |
GreaterOrEqualOperator
Represents the greater or equal operator.
|
class |
GreaterThanOperator
Represents the greater than operator.
|
class |
LessOrEqualOperator
Represents the less or equal operator.
|
class |
LessThanOperator
Represents the less than operator.
|
class |
ModuloOperator
Represents the modulo operator.
|
class |
MultiplyOperator
Represents the multiply operator.
|
class |
NotEqualOperator
Represents the not equal operator.
|
class |
SubtractOperator
Represents the subtract operator.
|