Interface CqnInline

All Superinterfaces:
CqnSelectList, CqnSelectListItem, CqnToken, JSONizable, Selectable

public interface CqnInline extends CqnSelectList
  • Method Details

    • isInline

      default boolean isInline()
      Specified by:
      isInline in interface CqnSelectList
    • asInline

      default CqnInline asInline()
      Specified by:
      asInline in interface CqnSelectList
    • accept

      default void accept(CqnVisitor visitor)
      Dispatches the handling of this CqnInline inline specification to a given visitor. Neither the ref nor the items of this inline specification are traversed.
      Specified by:
      accept in interface CqnToken
      Parameters:
      visitor - the CqnVisitor