Skip navigation links
A B C D E F G I L M N O P S T U V 

A

AddOperator - Class in com.microej.script.interpreter.binary
Represents the add operator.
apply(Value, Value) - Method in class com.microej.script.interpreter.binary.AddOperator
 
apply(Value, Value) - Method in interface com.microej.script.interpreter.binary.BinaryOperator
Applies this operator to the given operands.
apply(Value, Value) - Method in class com.microej.script.interpreter.binary.DivideOperator
 
apply(Value, Value) - Method in class com.microej.script.interpreter.binary.EqualOperator
 
apply(Value, Value) - Method in class com.microej.script.interpreter.binary.GreaterOrEqualOperator
 
apply(Value, Value) - Method in class com.microej.script.interpreter.binary.GreaterThanOperator
 
apply(Value, Value) - Method in class com.microej.script.interpreter.binary.LessOrEqualOperator
 
apply(Value, Value) - Method in class com.microej.script.interpreter.binary.LessThanOperator
 
apply(Value, Value) - Method in class com.microej.script.interpreter.binary.ModuloOperator
 
apply(Value, Value) - Method in class com.microej.script.interpreter.binary.MultiplyOperator
 
apply(Value, Value) - Method in class com.microej.script.interpreter.binary.NotEqualOperator
 
apply(Value, Value) - Method in class com.microej.script.interpreter.binary.SubtractOperator
 
apply(Value) - Method in class com.microej.script.interpreter.unary.NegativeOperator
 
apply(Value) - Method in class com.microej.script.interpreter.unary.PositiveOperator
 
apply(Value) - Method in interface com.microej.script.interpreter.unary.UnaryOperator
Applies this operator to the given operand.
applyFunction(int, Value[]) - Method in class com.microej.script.interpreter.ExpressionEvaluator
Applies the given function to the given arguments.
asBoolean() - Method in class com.microej.script.interpreter.values.BooleanValue
 
asBoolean() - Method in class com.microej.script.interpreter.values.DoubleValue
 
asBoolean() - Method in class com.microej.script.interpreter.values.StringValue
 
asBoolean() - Method in interface com.microej.script.interpreter.values.Value
Converts this value to a boolean.
asDouble() - Method in class com.microej.script.interpreter.values.BooleanValue
 
asDouble() - Method in class com.microej.script.interpreter.values.DoubleValue
 
asDouble() - Method in class com.microej.script.interpreter.values.StringValue
 
asDouble() - Method in interface com.microej.script.interpreter.values.Value
Converts this value to a double.
asString() - Method in class com.microej.script.interpreter.values.BooleanValue
 
asString() - Method in class com.microej.script.interpreter.values.DoubleValue
 
asString() - Method in class com.microej.script.interpreter.values.StringValue
 
asString() - Method in interface com.microej.script.interpreter.values.Value
Converts this value to a string.
A B C D E F G I L M N O P S T U V 
Skip navigation links