Class EclipseLinkContentAssistVisitor.IncompleteCollectionExpressionVisitor

    • Constructor Detail

      • IncompleteCollectionExpressionVisitor

        protected IncompleteCollectionExpressionVisitor()
    • Method Detail

      • compositeIdentifiersAfter

        protected java.util.List<java.lang.String> compositeIdentifiersAfter​(java.lang.String clause)
        Returns the list of identifiers for the clauses following the given identifier.
        Overrides:
        compositeIdentifiersAfter in class AbstractContentAssistVisitor.IncompleteCollectionExpressionVisitor
        Parameters:
        clause - The JPQL identifier of the clause for which the list of following clauses is built
        Returns:
        The list of JPQL identifiers defining the clauses following the clause specified by the given identifier