Uses of Class
org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.IdentificationVariableType
-
Packages that use AbstractContentAssistVisitor.IdentificationVariableType Package Description org.eclipse.persistence.jpa.jpql.tools -
-
Uses of AbstractContentAssistVisitor.IdentificationVariableType in org.eclipse.persistence.jpa.jpql.tools
Methods in org.eclipse.persistence.jpa.jpql.tools that return AbstractContentAssistVisitor.IdentificationVariableType Modifier and Type Method Description static AbstractContentAssistVisitor.IdentificationVariableTypeAbstractContentAssistVisitor.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.Methods in org.eclipse.persistence.jpa.jpql.tools with parameters of type AbstractContentAssistVisitor.IdentificationVariableType Modifier and Type Method Description protected voidAbstractContentAssistVisitor. addIdentificationVariables(Expression expression, AbstractContentAssistVisitor.IdentificationVariableType type)Adds the possible identification variables as valid proposals but filter them based on the given type.protected voidAbstractContentAssistVisitor. visitSingleEncapsulatedExpression(AbstractSingleEncapsulatedExpression expression, AbstractContentAssistVisitor.IdentificationVariableType identificationVariableType)Adds the possible proposals for the givenexpressionbased on the location of the cursor and the content of the expression.protected voidAbstractContentAssistVisitor. visitSingleEncapsulatedExpression(AbstractSingleEncapsulatedExpression expression, AbstractContentAssistVisitor.IdentificationVariableType identificationVariableType, String... expressionIdentifiers)Adds the possible proposals for the givenexpressionbased on the location of the cursor and the content of the expression.
-