Class ListOperator.Details

  • All Implemented Interfaces:
    Visitable
    Enclosing class:
    ListOperator

    @API(status=INTERNAL,
         since="1.0")
    public static final class ListOperator.Details
    extends java.lang.Object
    implements Visitable
    This is not a public API and just used internally for structuring the tree.
    • Method Detail

      • accept

        public void accept​(Visitor visitor)
        Description copied from interface: Visitable
        Accept a Visitor visiting this Visitable and its nested Visitables if applicable.
        Specified by:
        accept in interface Visitable
        Parameters:
        visitor - the visitor to notify, must not be null.