org.eclipse.xtext.ui.editor.model.edit
Interface ISemanticModification


public interface ISemanticModification

Author:
Jan Koehnlein - Initial contribution and API

Method Summary
 void apply(org.eclipse.emf.ecore.EObject element, IModificationContext context)
           
 

Method Detail

apply

void apply(org.eclipse.emf.ecore.EObject element,
           IModificationContext context)
           throws java.lang.Exception
Throws:
java.lang.Exception