Class YieldItems<T extends Expression,​SELF extends YieldItems<T,​SELF>>

  • Type Parameters:
    T - The children's type
    SELF - The concrete type of this class.
    All Implemented Interfaces:
    Visitable

    @API(status=INTERNAL,
         since="2020.1.0")
    public final class YieldItems<T extends Expression,​SELF extends YieldItems<T,​SELF>>
    extends TypedSubtree<T,​SELF>
    Items yielded by a stand alone or in query call.
    Since:
    2020.1.0.0
    Author:
    Michael J. Simons
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait