Uses of Class
org.eclipse.persistence.jpa.jpql.parser.ResultVariable
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 ResultVariable in org.eclipse.persistence.jpa.jpql
Modifier and TypeMethodDescriptionprotected void
AbstractSemanticValidator.validateResultVariable
(ResultVariable expression) Validates the givenResultVariable
.void
AbstractGrammarValidator.visit
(ResultVariable expression) final void
AbstractSemanticValidator.visit
(ResultVariable expression) void
LiteralVisitor.visit
(ResultVariable expression) -
Uses of ResultVariable in org.eclipse.persistence.jpa.jpql.parser
Modifier and TypeMethodDescriptionvoid
AbstractExpressionVisitor.visit
(ResultVariable expression) void
AnonymousExpressionVisitor.visit
(ResultVariable expression) void
ExpressionVisitor.visit
(ResultVariable expression) Visits theResultVariable
expression. -
Uses of ResultVariable in org.eclipse.persistence.jpa.jpql.tools
Modifier and TypeFieldDescriptionprotected ResultVariable
AbstractContentAssistVisitor.ResultVariableVisitor.expression
TheResultVariable
if it was visited otherwisenull
.Modifier and TypeMethodDescriptionvoid
AbstractContentAssistVisitor.AppendableExpressionVisitor.visit
(ResultVariable expression) void
AbstractContentAssistVisitor.EndingQueryPositionBuilder.visit
(ResultVariable expression) void
AbstractContentAssistVisitor.ResultVariableVisitor.visit
(ResultVariable expression) void
AbstractContentAssistVisitor.visit
(ResultVariable expression) void
BasicRefactoringTool.ResultVariableNameRenamer.visit
(ResultVariable expression) -
Uses of ResultVariable in org.eclipse.persistence.jpa.jpql.tools.model
Modifier and TypeMethodDescriptionvoid
BasicStateObjectBuilder.SelectItemBuilder.visit
(ResultVariable expression) final void
BasicStateObjectBuilder.visit
(ResultVariable expression) -
Uses of ResultVariable in org.eclipse.persistence.jpa.jpql.tools.model.query
Modifier and TypeMethodDescriptionvoid
ResultVariableStateObject.setExpression
(ResultVariable 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 ResultVariable in org.eclipse.persistence.jpa.jpql.tools.resolver
Modifier and TypeMethodDescriptionvoid
DeclarationResolver.DeclarationVisitor.visit
(ResultVariable expression) void
FromSubqueryResolver.VirtualMappingBuilder.visit
(ResultVariable expression) void
ResolverBuilder.visit
(ResultVariable expression)