Uses of Class
org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
Packages that use IdentificationVariableDeclaration
Package
Description
This package contains the Hermes features (except the parser itself): semantic and grammatical
validations, content assist support, calculating the query result type or the possible type of
an input parameter, refactoring tools.
This is the core of Hermes, this package contains the classes that can parse a JPQL query.
The classes defined in this package define the state model API, a state model can be used to
manually or programmatically create and edit a JPQL query.
This package contains the
StateObject
classes that represents a JPQL query.-
Uses of IdentificationVariableDeclaration in org.eclipse.persistence.jpa.jpql
Methods in org.eclipse.persistence.jpa.jpql with parameters of type IdentificationVariableDeclarationModifier and TypeMethodDescriptionprotected void
AbstractGrammarValidator.validateIdentificationVariableDeclaration
(IdentificationVariableDeclaration expression) protected void
AbstractSemanticValidator.validateIdentificationVariableDeclaration
(IdentificationVariableDeclaration expression) Validates the givenInExpression
.protected void
AbstractGrammarValidator.validateJoins
(IdentificationVariableDeclaration expression) void
AbstractGrammarValidator.visit
(IdentificationVariableDeclaration expression) void
AbstractSemanticValidator.FirstDeclarationVisitor.visit
(IdentificationVariableDeclaration expression) final void
AbstractSemanticValidator.visit
(IdentificationVariableDeclaration expression) void
BaseDeclarationIdentificationVariableFinder.visit
(IdentificationVariableDeclaration expression) -
Uses of IdentificationVariableDeclaration in org.eclipse.persistence.jpa.jpql.parser
Methods in org.eclipse.persistence.jpa.jpql.parser with parameters of type IdentificationVariableDeclarationModifier and TypeMethodDescriptionvoid
AbstractExpressionVisitor.visit
(IdentificationVariableDeclaration expression) void
AnonymousExpressionVisitor.visit
(IdentificationVariableDeclaration expression) void
ExpressionVisitor.visit
(IdentificationVariableDeclaration expression) Visits theIdentificationVariableDeclaration
expression. -
Uses of IdentificationVariableDeclaration in org.eclipse.persistence.jpa.jpql.tools
Methods in org.eclipse.persistence.jpa.jpql.tools with parameters of type IdentificationVariableDeclarationModifier and TypeMethodDescriptionvoid
AbstractContentAssistVisitor.JoinCollectionHelper.addAtTheEndOfChild
(IdentificationVariableDeclaration expression, CollectionExpression collectionExpression, int index, boolean hasComma, boolean virtualSpace) void
AbstractContentAssistVisitor.JoinCollectionHelper.addIdentifier
(IdentificationVariableDeclaration expression, String identifier) void
AbstractContentAssistVisitor.JoinCollectionHelper.addTheBeginningOfChild
(IdentificationVariableDeclaration expression, CollectionExpression collectionExpression, int index, boolean hasComma) AbstractContentAssistVisitor.JoinCollectionHelper.buildCollectionExpression
(IdentificationVariableDeclaration expression) boolean
AbstractContentAssistVisitor.JoinCollectionHelper.canContinue
(IdentificationVariableDeclaration expression, CollectionExpression collectionExpression, int index) boolean
AbstractContentAssistVisitor.JoinCollectionHelper.hasDelimiterAfterIdentifier
(IdentificationVariableDeclaration expression) int
AbstractContentAssistVisitor.JoinCollectionHelper.maxCollectionSize
(IdentificationVariableDeclaration expression) int
AbstractContentAssistVisitor.JoinCollectionHelper.preExpressionLength
(IdentificationVariableDeclaration expression) AbstractContentAssistVisitor.JoinCollectionHelper.queryBNF
(IdentificationVariableDeclaration expression, int index) void
AbstractContentAssistVisitor.AppendableExpressionVisitor.visit
(IdentificationVariableDeclaration expression) void
AbstractContentAssistVisitor.EndingQueryPositionBuilder.visit
(IdentificationVariableDeclaration expression) void
AbstractContentAssistVisitor.IncompleteCollectionExpressionVisitor.visit
(IdentificationVariableDeclaration expression) void
AbstractContentAssistVisitor.visit
(IdentificationVariableDeclaration expression) -
Uses of IdentificationVariableDeclaration in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type IdentificationVariableDeclarationModifier and TypeMethodDescriptionprotected abstract AbstractIdentificationVariableDeclarationStateObject
BasicStateObjectBuilder.AbstractRangeDeclarationBuilder.addRangeDeclaration
(IdentificationVariableDeclaration expression) Creates the concrete instance of anAbstractIdentificationVariableDeclarationStateObject
for the givenIdentificationVariableDeclaration
.BasicStateObjectBuilder.RangeDeclarationBuilder.addRangeDeclaration
(IdentificationVariableDeclaration expression) BasicStateObjectBuilder.SimpleRangeDeclarationBuilder.addRangeDeclaration
(IdentificationVariableDeclaration expression) void
BasicStateObjectBuilder.AbstractRangeDeclarationBuilder.visit
(IdentificationVariableDeclaration expression) abstract void
BasicStateObjectBuilder.AbstractSelectStatementBuilder.visit
(IdentificationVariableDeclaration expression) void
BasicStateObjectBuilder.JoinBuilder.visit
(IdentificationVariableDeclaration expression) void
BasicStateObjectBuilder.SelectStatementBuilder.visit
(IdentificationVariableDeclaration expression) void
BasicStateObjectBuilder.SimpleSelectStatementBuilder.visit
(IdentificationVariableDeclaration expression) final void
BasicStateObjectBuilder.visit
(IdentificationVariableDeclaration expression) -
Uses of IdentificationVariableDeclaration in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return IdentificationVariableDeclarationModifier and TypeMethodDescriptionAbstractIdentificationVariableDeclarationStateObject.getExpression()
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type IdentificationVariableDeclarationModifier and TypeMethodDescriptionvoid
AbstractIdentificationVariableDeclarationStateObject.setExpression
(IdentificationVariableDeclaration expression) Keeps a reference of theparsed object
object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects
. -
Uses of IdentificationVariableDeclaration in org.eclipse.persistence.jpa.jpql.tools.resolver
Methods in org.eclipse.persistence.jpa.jpql.tools.resolver with parameters of type IdentificationVariableDeclarationModifier and TypeMethodDescriptionvoid
DeclarationResolver.DeclarationVisitor.visit
(IdentificationVariableDeclaration expression) void
DeclarationResolver.QualifyRangeDeclarationVisitor.visit
(IdentificationVariableDeclaration expression) void
ResolverBuilder.visit
(IdentificationVariableDeclaration expression)