Class EclipseLinkContentAssistVisitor.FromClauseStatementHelper
java.lang.Object
org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractFromClauseStatementHelper<SelectStatement>
org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FromClauseStatementHelper
org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.FromClauseStatementHelper
- All Implemented Interfaces:
AbstractContentAssistVisitor.StatementHelper<SelectStatement>
- Enclosing class:
EclipseLinkContentAssistVisitor
protected class EclipseLinkContentAssistVisitor.FromClauseStatementHelper
extends AbstractContentAssistVisitor.FromClauseStatementHelper
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final AbstractContentAssistVisitorEnclosing visitor instance. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionvoidaddInternalClauseProposals(SelectStatement expression) Adds the JPQL identifier of the internal clause being scanned by this helper.Methods inherited from class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FromClauseStatementHelper
getNextHelperMethods inherited from class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractFromClauseStatementHelper
addClauseProposals, getClause, hasClause, hasSpaceAfterClause, isClauseComplete, isRequired
-
Field Details
-
visitor
Enclosing visitor instance.
-
-
Constructor Details
-
FromClauseStatementHelper
-
-
Method Details
-
addInternalClauseProposals
Description copied from interface:AbstractContentAssistVisitor.StatementHelperAdds the JPQL identifier of the internal clause being scanned by this helper. For instance, theFROMclause could add its own sub-clauses.Note: The identifier should not be added directly to the list, it needs to be filtered out based on the location of the cursor, it can be within a word.
- Specified by:
addInternalClauseProposalsin interfaceAbstractContentAssistVisitor.StatementHelper<SelectStatement>- Overrides:
addInternalClauseProposalsin classAbstractContentAssistVisitor.AbstractFromClauseStatementHelper<SelectStatement>- Parameters:
expression- TheAbstractSelectStatementbeing visited
-