org.eclipse.xtext.parsetree.reconstr
Interface ICommentAssociater

All Known Implementing Classes:
AbstractCommentAssociater, DefaultCommentAssociater

public interface ICommentAssociater

Associates comments to semantic objects. Used in serialization to recover comments in the right places.

Author:
Moritz Eysholdt - Initial contribution and API

Method Summary
 java.util.Map<ILeafNode,org.eclipse.emf.ecore.EObject> associateCommentsWithSemanticEObjects(org.eclipse.emf.ecore.EObject model, java.util.Set<ICompositeNode> roots)
           
 

Method Detail

associateCommentsWithSemanticEObjects

java.util.Map<ILeafNode,org.eclipse.emf.ecore.EObject> associateCommentsWithSemanticEObjects(org.eclipse.emf.ecore.EObject model,
                                                                                             java.util.Set<ICompositeNode> roots)