Class SizeExpressionStateObject

  • All Implemented Interfaces:
    StateObject

    public class SizeExpressionStateObject
    extends AbstractSingleEncapsulatedExpressionStateObject
    The SIZE function returns an integer value, the number of elements of the collection. If the collection is empty, the SIZE function evaluates to zero.
    BNF: expression ::= SIZE(collection_valued_path_expression)

    Since:
    2.4
    Version:
    2.4
    Author:
    Pascal Filion
    See Also:
    SizeExpression