Uses of Interface
org.eclipse.persistence.jpa.jpql.tools.TextEdit
-
Packages that use TextEdit Package Description org.eclipse.persistence.jpa.jpql.tools -
-
Uses of TextEdit in org.eclipse.persistence.jpa.jpql.tools
Classes in org.eclipse.persistence.jpa.jpql.tools that implement TextEdit Modifier and Type Class Description classDefaultTextEditThe default implementation of aTextEdit, which contains the location of the change within the JPQL query (offset) and the old and new values.Fields in org.eclipse.persistence.jpa.jpql.tools with type parameters of type TextEdit Modifier and Type Field Description protected List<TextEdit>BasicRefactoringTool.AbstractRenamer. textEditsThe list ofTextEditobjects that were created for each refactoring operation.Methods in org.eclipse.persistence.jpa.jpql.tools that return TextEdit Modifier and Type Method Description protected TextEditBasicRefactoringTool.AbstractRenamer. buildTextEdit(int offset, String oldValue, String newValue)Creates a newTextEditfor the given refactoring information.Methods in org.eclipse.persistence.jpa.jpql.tools that return types with arguments of type TextEdit Modifier and Type Method Description ListIterable<TextEdit>DefaultRefactoringDelta. textEdits()Iterable<TextEdit>RefactoringDelta. textEdits()Returns the collection ofTextEditobjects that have been added during one or several refactoring operations.Methods in org.eclipse.persistence.jpa.jpql.tools with parameters of type TextEdit Modifier and Type Method Description voidDefaultRefactoringDelta. addTextEdit(TextEdit textEdit)Adds the givenTextEditat the right position.protected intDefaultRefactoringDelta. calculateInsertionPosition(TextEdit textEdit)Calculates the insertion position for the givenTextEditbased on those already registeredMethod parameters in org.eclipse.persistence.jpa.jpql.tools with type arguments of type TextEdit Modifier and Type Method Description voidDefaultRefactoringDelta. addTextEdits(Iterable<? extends TextEdit> textEdits)Adds the given collection ofTextEditobjects.
-