Uses of Class
org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Packages that use AbstractContentAssistVisitor Package Description org.eclipse.persistence.jpa.jpql.tools -
-
Uses of AbstractContentAssistVisitor in org.eclipse.persistence.jpa.jpql.tools
Subclasses of AbstractContentAssistVisitor in org.eclipse.persistence.jpa.jpql.tools Modifier and Type Class Description classDefaultContentAssistVisitorThis visitor traverses the JPQL parsed tree and gathers the possible proposals at a given position.classEclipseLinkContentAssistVisitorThis extension over the default content assist visitor adds the additional support EclipseLink provides.Fields in org.eclipse.persistence.jpa.jpql.tools declared as AbstractContentAssistVisitor Modifier and Type Field Description protected AbstractContentAssistVisitorAbstractContentAssistVisitor.AppendableExpressionVisitor. visitorEnclosing visitor instance.protected AbstractContentAssistVisitorAbstractContentAssistVisitor.FollowingInvalidExpressionVisitor. visitorEnclosing visitor instance.protected AbstractContentAssistVisitorAbstractContentAssistVisitor.MappingFilterBuilder. visitorEnclosing visitor instance.protected AbstractContentAssistVisitorAbstractContentAssistVisitor.VisitParentVisitor. visitorEnclosing visitor instance.Methods in org.eclipse.persistence.jpa.jpql.tools that return AbstractContentAssistVisitor Modifier and Type Method Description protected abstract AbstractContentAssistVisitorAbstractJPQLQueryHelper. buildContentAssistVisitor(JPQLQueryContext queryContext)Creates the concrete instance of the content assist visitor that will give the possible choices based on the position of the cursor within the JPQL query.protected AbstractContentAssistVisitorDefaultJPQLQueryHelper. buildContentAssistVisitor(JPQLQueryContext queryContext)protected AbstractContentAssistVisitorEclipseLinkJPQLQueryHelper. buildContentAssistVisitor(JPQLQueryContext queryContext)protected AbstractContentAssistVisitorAbstractJPQLQueryHelper. getContentAssistVisitor()Returns the visitor that can visit a JPQL query and based on the position of the cursor within the JPQL query and determines the valid proposals.Methods in org.eclipse.persistence.jpa.jpql.tools with parameters of type AbstractContentAssistVisitor Modifier and Type Method Description protected abstract booleanAbstractContentAssistVisitor.IdentificationVariableType. add(AbstractContentAssistVisitor contentAssist, Declaration declaration, Expression expression)Adds the identification variables defined in the givenDeclaration.
-