Class AbstractContentAssistVisitor.IncompleteCollectionExpressionVisitor

  • All Implemented Interfaces:
    ExpressionVisitor
    Direct Known Subclasses:
    EclipseLinkContentAssistVisitor.IncompleteCollectionExpressionVisitor
    Enclosing class:
    AbstractContentAssistVisitor

    protected static class AbstractContentAssistVisitor.IncompleteCollectionExpressionVisitor
    extends AbstractExpressionVisitor
    This visitor is used when a clause or a compound expression was parsed with a collection of expressions representing an invalid fragment.

    Example: SELECT e FROM Employee e GROUP B

    In this example, the FROM clause contains a collection of two identification variable declarations, in a valid query, it would be separated by a comma, but this one just means it's incomplete and "GROUP B" is the beginning of the GROUP BY clause.