public abstract static class DefaultRefactoringDocumentProvider.AbstractRefactoringDocument extends Object implements IRefactoringDocument
IRefactoringDocument.Provider| Constructor and Description |
|---|
DefaultRefactoringDocumentProvider.AbstractRefactoringDocument(org.eclipse.emf.common.util.URI resourceURI) |
| Modifier and Type | Method and Description |
|---|---|
abstract org.eclipse.ltk.core.refactoring.Change |
createChange(String name,
org.eclipse.text.edits.TextEdit textEdit) |
boolean |
equals(Object obj) |
org.eclipse.emf.common.util.URI |
getURI() |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetOriginalContentspublic DefaultRefactoringDocumentProvider.AbstractRefactoringDocument(org.eclipse.emf.common.util.URI resourceURI)
public abstract org.eclipse.ltk.core.refactoring.Change createChange(String name, org.eclipse.text.edits.TextEdit textEdit)
createChange in interface IRefactoringDocumentpublic org.eclipse.emf.common.util.URI getURI()
getURI in interface IRefactoringDocumentCopyright © 2016. All Rights Reserved.