Uses of Class
org.eclipse.persistence.jpa.jpql.parser.CastExpression
Packages that use CastExpression
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.
-
Uses of CastExpression in org.eclipse.persistence.jpa.jpql
Methods in org.eclipse.persistence.jpa.jpql that return types with arguments of type CastExpressionModifier and TypeMethodDescriptionAbstractGrammarValidator.buildCastExpressionHelper()AbstractGrammarValidator.castExpressionHelper()EclipseLinkGrammarValidator.castExpressionHelper()Methods in org.eclipse.persistence.jpa.jpql with parameters of type CastExpressionModifier and TypeMethodDescriptionvoidAbstractGrammarValidator.visit(CastExpression expression) voidAbstractSemanticValidator.visit(CastExpression expression) voidEclipseLinkGrammarValidator.visit(CastExpression expression) -
Uses of CastExpression in org.eclipse.persistence.jpa.jpql.parser
Methods in org.eclipse.persistence.jpa.jpql.parser with parameters of type CastExpressionModifier and TypeMethodDescriptionvoidAbstractExpressionVisitor.visit(CastExpression expression) voidAnonymousExpressionVisitor.visit(CastExpression expression) voidExpressionVisitor.visit(CastExpression expression) Visits theCastExpressionexpression. -
Uses of CastExpression in org.eclipse.persistence.jpa.jpql.tools
Methods in org.eclipse.persistence.jpa.jpql.tools with parameters of type CastExpressionModifier and TypeMethodDescriptionvoidAbstractContentAssistVisitor.AppendableExpressionVisitor.visit(CastExpression expression) voidAbstractContentAssistVisitor.EndingQueryPositionBuilder.visit(CastExpression expression) voidAbstractContentAssistVisitor.visit(CastExpression expression) -
Uses of CastExpression in org.eclipse.persistence.jpa.jpql.tools.resolver
Methods in org.eclipse.persistence.jpa.jpql.tools.resolver with parameters of type CastExpression