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


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.xtext.documentation.impl.AbstractMultiLineCommentProvider
org.eclipse.xtext.documentation.impl.AbstractMultiLineCommentProvider.MultiLineCommentProviderProperties
 
Field Summary
 
Fields inherited from class org.eclipse.xtext.documentation.impl.MultiLineCommentDocumentationProvider
commentStartTagRegex
 
Fields inherited from class org.eclipse.xtext.documentation.impl.AbstractMultiLineCommentProvider
END_TAG, endTag, endTagRegex, LINE_POSTFIX, LINE_PREFIX, linePostfix, linePostfixRegex, linePrefix, linePrefixRegex, RULE, ruleName, START_TAG, startTag, startTagRegex, tagsAndPrefixRegex, 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, injectProperties
 
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