| Package | Description |
|---|---|
| org.eclipse.persistence.jpa.jpql.tools |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTextEdit
The default implementation of a
TextEdit, which contains the location of the change within
the JPQL query (offset) and the old and new values. |
| Modifier and Type | Field and Description |
|---|---|
protected List<TextEdit> |
BasicRefactoringTool.AbstractRenamer.textEdits
The list of
TextEdit objects that were created for each refactoring operation. |
| Modifier and Type | Method and Description |
|---|---|
protected TextEdit |
BasicRefactoringTool.AbstractRenamer.buildTextEdit(int offset,
String oldValue,
String newValue)
Creates a new
TextEdit for the given refactoring information. |
| Modifier and Type | Method and Description |
|---|---|
Iterable<TextEdit> |
RefactoringDelta.textEdits()
Returns the collection of
TextEdit objects that have been added during one or several
refactoring operations. |
ListIterable<TextEdit> |
DefaultRefactoringDelta.textEdits()
Returns the collection of
TextEdit objects that have been added during one or several
refactoring operations. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultRefactoringDelta.addTextEdit(TextEdit textEdit)
Adds the given
TextEdit at the right position. |
protected int |
DefaultRefactoringDelta.calculateInsertionPosition(TextEdit textEdit)
Calculates the insertion position for the given
TextEdit based on those already registered |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultRefactoringDelta.addTextEdits(Iterable<? extends TextEdit> textEdits)
Adds the given collection of
TextEdit objects. |
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.