| Package | Description |
|---|---|
| com.microej.script.interpreter |
| Modifier and Type | Method and Description |
|---|---|
protected Value |
ExpressionEvaluator.applyFunction(int function,
Value[] arguments)
Applies the given function to the given arguments.
|
Value |
ExpressionEvaluator.evaluate(com.microej.script.ast.expressions.Expression expression)
Evaluates the given expression.
|
protected Value |
ExpressionEvaluator.getValueForTag(int tag)
Returns the value of the given tag.
|