Class Arguments

  • All Implemented Interfaces:
    Visitable

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected Visitable prepareVisit​(Expression child)
      A hook for interfere with the visitation of child elements.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • prepareVisit

        protected Visitable prepareVisit​(Expression child)
        Description copied from class: TypedSubtree
        A hook for interfere with the visitation of child elements.
        Overrides:
        prepareVisit in class TypedSubtree<Expression>
        Parameters:
        child - The current child element
        Returns:
        The visitable that has been prepared