| Package | Description |
|---|---|
| org.eclipse.persistence.jpa.jpql |
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.
|
| org.eclipse.persistence.jpa.jpql.parser |
This is the core of Hermes, this package contains the classes that can parse a JPQL query.
|
| org.eclipse.persistence.jpa.jpql.tools | |
| org.eclipse.persistence.jpa.jpql.tools.model.query |
This package contains the
StateObject classes that represents a JPQL query. |
| org.eclipse.persistence.jpa.jpql.tools.resolver |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractGrammarValidator.validateArithmeticExpression(ArithmeticExpression expression) |
protected int |
AbstractSemanticValidator.validateArithmeticExpression(ArithmeticExpression expression,
String leftExpressionWrongTypeMessageKey,
String rightExpressionWrongTypeMessageKey)
Validates the type of the left and right expressions defined by the given
ArithmeticExpression. |
| Modifier and Type | Class and Description |
|---|---|
class |
AdditionExpression
One of the four binary operators.
|
class |
DivisionExpression
One of the four binary operators.
|
class |
MultiplicationExpression
One of the four binary operators.
|
class |
SubtractionExpression
One of the four binary operators.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
DefaultSemanticValidator.validateArithmeticExpression(ArithmeticExpression expression,
String leftExpressionWrongTypeMessageKey,
String rightExpressionWrongTypeMessageKey)
Validates the type of the left and right expressions defined by the given
ArithmeticExpression. |
protected void |
AbstractContentAssistVisitor.visitArithmeticExpression(ArithmeticExpression expression)
Visits the given
ArithmeticExpression and attempts to find valid proposals. |
| Modifier and Type | Method and Description |
|---|---|
ArithmeticExpression |
ArithmeticExpressionStateObject.getExpression()
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ResolverBuilder.visitArithmeticExpression(ArithmeticExpression expression)
Visits the given
ArithmeticExpression and create the appropriate Resolver. |
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.