- INSTANCE - Static variable in class com.microej.script.interpreter.binary.AddOperator
-
Add operator singleton.
- INSTANCE - Static variable in class com.microej.script.interpreter.binary.DivideOperator
-
Divide operator singleton.
- INSTANCE - Static variable in class com.microej.script.interpreter.binary.EqualOperator
-
Equal operator singleton.
- INSTANCE - Static variable in class com.microej.script.interpreter.binary.GreaterOrEqualOperator
-
Greater or equal operator singleton.
- INSTANCE - Static variable in class com.microej.script.interpreter.binary.GreaterThanOperator
-
Greater than operator singleton.
- INSTANCE - Static variable in class com.microej.script.interpreter.binary.LessOrEqualOperator
-
Less or equal operator singleton.
- INSTANCE - Static variable in class com.microej.script.interpreter.binary.LessThanOperator
-
Less than operator singleton.
- INSTANCE - Static variable in class com.microej.script.interpreter.binary.ModuloOperator
-
Modulo operator singleton.
- INSTANCE - Static variable in class com.microej.script.interpreter.binary.MultiplyOperator
-
Multiply operator singleton.
- INSTANCE - Static variable in class com.microej.script.interpreter.binary.NotEqualOperator
-
Not equal operator singleton.
- INSTANCE - Static variable in class com.microej.script.interpreter.binary.SubtractOperator
-
Subtract operator singleton.
- INSTANCE - Static variable in class com.microej.script.interpreter.unary.NegativeOperator
-
Negative operator singleton.
- INSTANCE - Static variable in class com.microej.script.interpreter.unary.PositiveOperator
-
Positive operator singleton.