Uses of Class
org.eclipse.persistence.jpa.jpql.LiteralVisitor
Packages that use LiteralVisitor
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.
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.
-
Uses of LiteralVisitor in org.eclipse.persistence.jpa.jpql
Subclasses of LiteralVisitor in org.eclipse.persistence.jpa.jpqlModifier and TypeClassDescriptionclass
This visitor traverses anExpression
and retrieves the "literal" value.Methods in org.eclipse.persistence.jpa.jpql that return LiteralVisitorModifier and TypeMethodDescriptionprotected LiteralVisitor
AbstractEclipseLinkSemanticValidator.buildLiteralVisitor()
protected abstract LiteralVisitor
AbstractValidator.buildLiteralVisitor()
Creates the visitor that can retrieve some information about various literal.protected LiteralVisitor
EclipseLinkGrammarValidator.buildLiteralVisitor()
protected LiteralVisitor
AbstractValidator.getLiteralVisitor()
Returns the visitor that can retrieve some information about various literal. -
Uses of LiteralVisitor in org.eclipse.persistence.jpa.jpql.tools
Subclasses of LiteralVisitor in org.eclipse.persistence.jpa.jpql.toolsModifier and TypeClassDescriptionclass
This visitor traverses anExpression
and retrieves the "literal" value.Methods in org.eclipse.persistence.jpa.jpql.tools that return LiteralVisitorModifier and TypeMethodDescriptionprotected LiteralVisitor
DefaultGrammarValidator.buildLiteralVisitor()
protected LiteralVisitor
DefaultSemanticValidator.buildLiteralVisitor()
protected LiteralVisitor
EclipseLinkJPQLQueryContext.buildLiteralVisitor()
protected abstract LiteralVisitor
JPQLQueryContext.buildLiteralVisitor()
protected LiteralVisitor
JPQLQueryContext.getLiteralVisitor()
-
Uses of LiteralVisitor in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model that return LiteralVisitorModifier and TypeMethodDescriptionprotected abstract LiteralVisitor
BasicStateObjectBuilder.buildLiteralVisitor()
Creates the visitor that can retrieve the "literal" value from a givenExpression
based on the desiredLiteralType
.protected LiteralVisitor
DefaultStateObjectBuilder.buildLiteralVisitor()
protected LiteralVisitor
EclipseLinkStateObjectBuilder.buildLiteralVisitor()
protected LiteralVisitor
BasicStateObjectBuilder.getLiteralVisitor()