Uses of Class
org.eclipse.persistence.jpa.jpql.parser.NotExpression
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 NotExpression in org.eclipse.persistence.jpa.jpql
Modifier and TypeMethodDescriptionprotected void
AbstractSemanticValidator.validateNotExpression
(NotExpression expression) Validates the givenNotExpression
.void
AbstractGrammarValidator.visit
(NotExpression expression) final void
AbstractSemanticValidator.visit
(NotExpression expression) void
ParameterTypeVisitor.visit
(NotExpression expression) -
Uses of NotExpression in org.eclipse.persistence.jpa.jpql.parser
Modifier and TypeMethodDescriptionvoid
AbstractExpressionVisitor.visit
(NotExpression expression) void
AnonymousExpressionVisitor.visit
(NotExpression expression) void
ExpressionVisitor.visit
(NotExpression expression) Visits theNotExpression
expression. -
Uses of NotExpression in org.eclipse.persistence.jpa.jpql.tools
Modifier and TypeFieldDescriptionprotected NotExpression
AbstractContentAssistVisitor.NotExpressionVisitor.expression
Modifier and TypeMethodDescriptionprotected void
DefaultSemanticValidator.validateNotExpression
(NotExpression expression) void
AbstractContentAssistVisitor.AppendableExpressionVisitor.visit
(NotExpression expression) void
AbstractContentAssistVisitor.EndingQueryPositionBuilder.visit
(NotExpression expression) void
AbstractContentAssistVisitor.NotExpressionVisitor.visit
(NotExpression expression) void
AbstractContentAssistVisitor.visit
(NotExpression expression) void
DefaultSemanticValidator.BooleanTypeValidator.visit
(NotExpression expression) -
Uses of NotExpression in org.eclipse.persistence.jpa.jpql.tools.model
-
Uses of NotExpression in org.eclipse.persistence.jpa.jpql.tools.model.query
Modifier and TypeMethodDescriptionvoid
NotExpressionStateObject.setExpression
(NotExpression 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 NotExpression in org.eclipse.persistence.jpa.jpql.tools.resolver