Uses of Interface
org.eclipse.persistence.jpa.jpql.tools.TextEdit
Packages that use TextEdit
-
Uses of TextEdit in org.eclipse.persistence.jpa.jpql.tools
Classes in org.eclipse.persistence.jpa.jpql.tools that implement TextEditModifier and TypeClassDescriptionclassThe 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 TextEditModifier and TypeFieldDescriptionBasicRefactoringTool.AbstractRenamer.textEditsThe list ofTextEditobjects that were created for each refactoring operation.Methods in org.eclipse.persistence.jpa.jpql.tools that return TextEditModifier and TypeMethodDescriptionprotected 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 TextEditModifier and TypeMethodDescriptionDefaultRefactoringDelta.textEdits()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 TextEditModifier and TypeMethodDescriptionvoidDefaultRefactoringDelta.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 TextEditModifier and TypeMethodDescriptionvoidDefaultRefactoringDelta.addTextEdits(Iterable<? extends TextEdit> textEdits) Adds the given collection ofTextEditobjects.