org.eclipse.xtext.parsetree.reconstr.impl
Class AbstractCommentAssociater

java.lang.Object
  extended by org.eclipse.xtext.parsetree.reconstr.impl.AbstractCommentAssociater
All Implemented Interfaces:
ICommentAssociater
Direct Known Subclasses:
DefaultCommentAssociater

public abstract class AbstractCommentAssociater
extends java.lang.Object
implements ICommentAssociater

Author:
Moritz Eysholdt - Initial contribution and API

Constructor Summary
AbstractCommentAssociater()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.xtext.parsetree.reconstr.ICommentAssociater
associateCommentsWithSemanticEObjects
 

Constructor Detail

AbstractCommentAssociater

public AbstractCommentAssociater()