Class AbstractContentAssistVisitor.FromClauseStatementHelper
java.lang.Object
org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractFromClauseStatementHelper<SelectStatement>
org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FromClauseStatementHelper
- All Implemented Interfaces:
AbstractContentAssistVisitor.StatementHelper<SelectStatement>
- Direct Known Subclasses:
EclipseLinkContentAssistVisitor.FromClauseStatementHelper
- Enclosing class:
AbstractContentAssistVisitor
protected static class AbstractContentAssistVisitor.FromClauseStatementHelper
extends AbstractContentAssistVisitor.AbstractFromClauseStatementHelper<SelectStatement>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final AbstractContentAssistVisitorEnclosing visitor instance. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionReturns theAbstractContentAssistVisitor.StatementHelperthat will scan the following clause, which is based on the grammar and not on the actual existence of the clause in the parsed tree.Methods inherited from class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractFromClauseStatementHelper
addClauseProposals, addInternalClauseProposals, getClause, hasClause, hasSpaceAfterClause, isClauseComplete, isRequired
-
Field Details
-
visitor
Enclosing visitor instance.
-
-
Constructor Details
-
FromClauseStatementHelper
-
-
Method Details
-
getNextHelper
Description copied from interface:AbstractContentAssistVisitor.StatementHelperReturns theAbstractContentAssistVisitor.StatementHelperthat will scan the following clause, which is based on the grammar and not on the actual existence of the clause in the parsed tree.- Returns:
- The
AbstractContentAssistVisitor.StatementHelperfor the next clause
-