Class ArraySubscriptionExpression

  • All Implemented Interfaces:
    HasType, HasType.TypeListener

    public class ArraySubscriptionExpression
    extends Expression
    implements HasType.TypeListener
    Represents the Subscription or access of an array of the form array[index], where both array and index are of type Expression. CPP can overload operators thus changing semantics of array access.