Class Arguments<S extends Arguments<S>>

  • Type Parameters:
    S - The concrete type of this class.
    All Implemented Interfaces:
    Visitable

    @API(status=INTERNAL,
         since="2020.1.0")
    public final class Arguments<S extends Arguments<S>>
    extends TypedSubtree<Expression,​S>
    Specialized list of expressions that represents the arguments of a procedure call.
    Since:
    2020.1.0
    Author:
    Michael J. Simons