org.eclipse.ocl.examples.xtext.essentialocl.ui.model
Class BaseDocumentationProvider

java.lang.Object
  extended by org.eclipse.xtext.documentation.impl.AbstractMultiLineCommentProvider
      extended by org.eclipse.xtext.documentation.impl.MultiLineCommentDocumentationProvider
          extended by org.eclipse.ocl.examples.xtext.essentialocl.ui.model.BaseDocumentationProvider
All Implemented Interfaces:
org.eclipse.xtext.documentation.IEObjectDocumentationProvider, org.eclipse.xtext.documentation.IEObjectDocumentationProviderExtension

public class BaseDocumentationProvider
extends org.eclipse.xtext.documentation.impl.MultiLineCommentDocumentationProvider


Field Summary
 
Fields inherited from class org.eclipse.xtext.documentation.impl.AbstractMultiLineCommentProvider
END_TAG, endTag, LINE_POSTFIX, LINE_PREFIX, linePostfix, linePrefix, RULE, ruleName, START_TAG, startTag, whitespace, WHITESPACE, WS_RULE, wsRuleName
 
Constructor Summary
BaseDocumentationProvider()
           
 
Method Summary
protected  java.lang.String findComment(org.eclipse.emf.ecore.EObject o)
           
 
Methods inherited from class org.eclipse.xtext.documentation.impl.MultiLineCommentDocumentationProvider
getDocumentation, getDocumentationNodes
 
Methods inherited from class org.eclipse.xtext.documentation.impl.AbstractMultiLineCommentProvider
getTextFromMultilineComment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseDocumentationProvider

public BaseDocumentationProvider()
Method Detail

findComment

protected java.lang.String findComment(org.eclipse.emf.ecore.EObject o)
Overrides:
findComment in class org.eclipse.xtext.documentation.impl.MultiLineCommentDocumentationProvider