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 TypeClassDescriptionclass
The 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.textEdits
The list ofTextEdit
objects that were created for each refactoring operation.Methods in org.eclipse.persistence.jpa.jpql.tools that return TextEditModifier and TypeMethodDescriptionprotected TextEdit
BasicRefactoringTool.AbstractRenamer.buildTextEdit
(int offset, String oldValue, String newValue) Creates a newTextEdit
for 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 ofTextEdit
objects that have been added during one or several refactoring operations.Methods in org.eclipse.persistence.jpa.jpql.tools with parameters of type TextEditModifier and TypeMethodDescriptionvoid
DefaultRefactoringDelta.addTextEdit
(TextEdit textEdit) Adds the givenTextEdit
at the right position.protected int
DefaultRefactoringDelta.calculateInsertionPosition
(TextEdit textEdit) Calculates the insertion position for the givenTextEdit
based on those already registeredMethod parameters in org.eclipse.persistence.jpa.jpql.tools with type arguments of type TextEditModifier and TypeMethodDescriptionvoid
DefaultRefactoringDelta.addTextEdits
(Iterable<? extends TextEdit> textEdits) Adds the given collection ofTextEdit
objects.