| Package | Description |
|---|---|
| org.eclipse.persistence.jpa.jpql.tools |
| Modifier and Type | Method and Description |
|---|---|
static AbstractContentAssistVisitor.IdentificationVariableType |
AbstractContentAssistVisitor.IdentificationVariableType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractContentAssistVisitor.IdentificationVariableType[] |
AbstractContentAssistVisitor.IdentificationVariableType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractContentAssistVisitor.addIdentificationVariables(Expression expression,
AbstractContentAssistVisitor.IdentificationVariableType type)
Adds the possible identification variables as valid proposals but filter them based on the
given type.
|
protected void |
AbstractContentAssistVisitor.visitSingleEncapsulatedExpression(AbstractSingleEncapsulatedExpression expression,
AbstractContentAssistVisitor.IdentificationVariableType identificationVariableType)
Adds the possible proposals for the given
expression
based on the location of the cursor and the content of the expression. |
protected void |
AbstractContentAssistVisitor.visitSingleEncapsulatedExpression(AbstractSingleEncapsulatedExpression expression,
AbstractContentAssistVisitor.IdentificationVariableType identificationVariableType,
String... expressionIdentifiers)
Adds the possible proposals for the given
expression
based on the location of the cursor and the content of the expression. |
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.