Class IndexExpression

All Implemented Interfaces:
Expression

public final class IndexExpression extends EncapsulatedIdentificationVariableExpression
The INDEX function returns an integer value corresponding to the position of its argument in an ordered list. The INDEX function can only be applied to identification variables denoting types for which an order column has been specified.
BNF: expression ::= INDEX(identification_variable)

Version:
2.5
Author:
Pascal Filion