| Package | Description |
|---|---|
| org.eclipse.xtext.ui.editor.model.edit | |
| org.eclipse.xtext.ui.editor.quickfix |
| Modifier and Type | Class and Description |
|---|---|
class |
IssueModificationContext |
| Modifier and Type | Method and Description |
|---|---|
IModificationContext |
IssueModificationContext.Factory.createModificationContext(Issue issue) |
IModificationContext |
IssueModificationContext.Factory.Default.createModificationContext(Issue issue) |
| Modifier and Type | Method and Description |
|---|---|
void |
ISemanticModification.apply(org.eclipse.emf.ecore.EObject element,
IModificationContext context) |
void |
IModification.apply(IModificationContext context) |
void |
SemanticModificationWrapper.apply(IModificationContext context) |
| Modifier and Type | Method and Description |
|---|---|
IModificationContext |
IssueResolution.getModificationContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
CompletionProposalBasedModification.apply(IModificationContext context) |
void |
ReplaceModification.apply(IModificationContext context) |
| 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.