Interface AntlrOrderByOwner

All Superinterfaces:
IAntlrElement
All Known Implementing Classes:
AntlrAssociationEnd, AntlrAssociationEndSignature, AntlrClassReferenceProperty, AntlrParameterizedProperty, AntlrReferenceProperty, AntlrService

public interface AntlrOrderByOwner extends IAntlrElement
  • Method Details

    • enterOrderByDeclaration

      void enterOrderByDeclaration(@Nonnull AntlrOrderBy orderBy)
    • getOrderBy

      @Nonnull Optional<AntlrOrderBy> getOrderBy()
    • getOrderBys

      @Nonnull default org.eclipse.collections.api.list.ImmutableList<AntlrOrderBy> getOrderBys()