public class RefactoringDescriptionLocation extends ElementDescriptionLocation
Modifier and Type | Field and Description |
---|---|
static RefactoringDescriptionLocation |
WITH_PARENT |
static RefactoringDescriptionLocation |
WITHOUT_PARENT |
Modifier | Constructor and Description |
---|---|
protected |
RefactoringDescriptionLocation(boolean withParent) |
Modifier and Type | Method and Description |
---|---|
ElementDescriptionProvider |
getDefaultProvider() |
boolean |
includeParent() |
public static final RefactoringDescriptionLocation WITH_PARENT
public static final RefactoringDescriptionLocation WITHOUT_PARENT
protected RefactoringDescriptionLocation(boolean withParent)
public boolean includeParent()
public ElementDescriptionProvider getDefaultProvider()
getDefaultProvider
in class ElementDescriptionLocation