| Package | Description |
|---|---|
| org.eclipse.xtext.ui.editor.model.edit | |
| org.eclipse.xtext.ui.editor.quickfix |
| Modifier and Type | Class and Description |
|---|---|
class |
SemanticModificationWrapper |
| Modifier and Type | Field and Description |
|---|---|
static IModification |
IModification.NULL |
| Modifier and Type | Class and Description |
|---|---|
class |
CompletionProposalBasedModification |
class |
ReplaceModification |
| Modifier and Type | Method and Description |
|---|---|
IModification |
IssueResolution.getModification() |
| Modifier and Type | Method and Description |
|---|---|
void |
IssueResolutionAcceptor.accept(Issue issue,
String label,
String description,
String image,
IModification modification) |
void |
DefaultQuickfixProvider.CancelableResolutionAcceptor.accept(Issue issue,
String label,
String description,
String image,
IModification modification) |
void |
IssueResolutionAcceptor.accept(Issue issue,
String label,
String description,
String image,
IModification modification,
int relevance) |
void |
DefaultQuickfixProvider.CancelableResolutionAcceptor.accept(Issue issue,
String label,
String description,
String image,
IModification modification,
int relevance) |
| Constructor and Description |
|---|
IssueResolution(String label,
String description,
String image,
IModificationContext modificationContext,
IModification modification) |
IssueResolution(String label,
String description,
String image,
IModificationContext modificationContext,
IModification modification,
int relevance) |
Copyright © 2016. All Rights Reserved.