| Package | Description |
|---|---|
| com.microej.script.interpreter | |
| com.microej.script.interpreter.unary |
| Modifier and Type | Method and Description |
|---|---|
static UnaryOperator |
OperatorFactory.getUnaryOperator(int operatorId)
Returns the unary operator identified by the given operator ID.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NegativeOperator
Represents the negative operator.
|
class |
PositiveOperator
Represents the positive operator.
|