JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.microej.script.interpreter.unary
Interface UnaryOperator
All Known Implementing Classes:
NegativeOperator
,
PositiveOperator
public interface
UnaryOperator
Represents a unary operator.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Value
apply
(
Value
operand)
Applies this operator to the given operand.
Method Detail
apply
Value
apply(
Value
operand)
Applies this operator to the given operand.
Parameters:
operand
- the operand to apply this operator to.
Returns:
the result of the application.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method