Class IndexedValueExpression

  • All Implemented Interfaces:
    Serializable

    public final class IndexedValueExpression
    extends ValueExpression
    implements Serializable
    ValueExpression that refers to a specific member of an indexed variable. This allows individual members of an indexed collection to be used as lvalues.
    See Also:
    Serialized Form
    • Constructor Detail

      • IndexedValueExpression

        public IndexedValueExpression​(ValueExpression valueExpression,
                                      int i)
        Constructor specifying indexed variable and index.
        Parameters:
        valueExpression - that evaluates to the indexed variable
        i - index specifying the member