org.eclipse.xtext.ui.editor.model.edit
Class SemanticModificationWrapper

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.model.edit.SemanticModificationWrapper
All Implemented Interfaces:
IModification

public class SemanticModificationWrapper
extends java.lang.Object
implements IModification

Author:
Jan Koehnlein - Initial contribution and API

Field Summary
 
Fields inherited from interface org.eclipse.xtext.ui.editor.model.edit.IModification
NULL
 
Constructor Summary
SemanticModificationWrapper(org.eclipse.emf.common.util.URI uriToProblem, ISemanticModification semanticModification)
           
 
Method Summary
 void apply(IModificationContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SemanticModificationWrapper

public SemanticModificationWrapper(org.eclipse.emf.common.util.URI uriToProblem,
                                   ISemanticModification semanticModification)
Method Detail

apply

public void apply(IModificationContext context)
Specified by:
apply in interface IModification