- GET_VALUE_FOR_TAG - Static variable in class com.microej.script.ast.enums.ExpressionTypes
-
Get value for tag expression type.
- getArgument(int) - Method in class com.microej.script.ast.expressions.RunFunctionExpression
-
Returns the argument at the given index of this expression.
- getFalseExpression() - Method in class com.microej.script.ast.expressions.ConditionalExpression
-
Returns the false expression of this expression.
- getFirstOperand() - Method in class com.microej.script.ast.expressions.BinaryOperatorExpression
-
Returns the first operand of this expression.
- getFunction() - Method in class com.microej.script.ast.expressions.RunFunctionExpression
-
Returns the function of this expression.
- getNumArguments() - Method in class com.microej.script.ast.expressions.RunFunctionExpression
-
Returns the number of arguments of this expression.
- getOperand() - Method in class com.microej.script.ast.expressions.UnaryOperatorExpression
-
Returns the operand of this expression.
- getOperator() - Method in class com.microej.script.ast.expressions.BinaryOperatorExpression
-
Returns the operator of this expression.
- getOperator() - Method in class com.microej.script.ast.expressions.UnaryOperatorExpression
-
Returns the operator of this expression.
- getSecondOperand() - Method in class com.microej.script.ast.expressions.BinaryOperatorExpression
-
Returns the second operand of this expression.
- getTag() - Method in class com.microej.script.ast.expressions.GetValueForTagExpression
-
Returns the tag of this expression.
- getTestExpression() - Method in class com.microej.script.ast.expressions.ConditionalExpression
-
Returns the test expression of this expression.
- getTrueExpression() - Method in class com.microej.script.ast.expressions.ConditionalExpression
-
Returns the true expression of this expression.
- getType() - Method in class com.microej.script.ast.expressions.BinaryOperatorExpression
-
- getType() - Method in class com.microej.script.ast.expressions.ConditionalExpression
-
- getType() - Method in class com.microej.script.ast.expressions.Expression
-
Returns the type of this expression.
- getType() - Method in class com.microej.script.ast.expressions.GetValueForTagExpression
-
- getType() - Method in class com.microej.script.ast.expressions.literals.BooleanLiteralExpression
-
- getType() - Method in class com.microej.script.ast.expressions.literals.DoubleLiteralExpression
-
- getType() - Method in class com.microej.script.ast.expressions.literals.StringLiteralExpression
-
- getType() - Method in class com.microej.script.ast.expressions.RunFunctionExpression
-
- getType() - Method in class com.microej.script.ast.expressions.UnaryOperatorExpression
-
- getValue() - Method in class com.microej.script.ast.expressions.literals.BooleanLiteralExpression
-
Returns the value of this expression.
- getValue() - Method in class com.microej.script.ast.expressions.literals.DoubleLiteralExpression
-
Returns the value of this expression.
- getValue() - Method in class com.microej.script.ast.expressions.literals.StringLiteralExpression
-
Returns the value of this expression.
- GetValueForTagExpression - Class in com.microej.script.ast.expressions
-
- GetValueForTagExpression(int) - Constructor for class com.microej.script.ast.expressions.GetValueForTagExpression
-
Creates a get value for tag expression.
- GREATER_OR_EQUAL - Static variable in class com.microej.script.ast.enums.BinaryOperators
-
Greater or equal binary operator.
- GREATER_THAN - Static variable in class com.microej.script.ast.enums.BinaryOperators
-
Greater than binary operator.