Class DocumentationCommentMatcher


  • public class DocumentationCommentMatcher
    extends org.eclipse.xtext.ui.editor.contentassist.PrefixMatcher
    A special PrefixMatcher to be used to partially match documentation comments (IntegrityDoc).
    Author:
    Rene Schneider - initial API and implementation
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.eclipse.xtext.ui.editor.contentassist.PrefixMatcher

        org.eclipse.xtext.ui.editor.contentassist.PrefixMatcher.CamelCase, org.eclipse.xtext.ui.editor.contentassist.PrefixMatcher.IgnoreCase
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isCandidateMatchingPrefix​(java.lang.String aName, java.lang.String aPrefix)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DocumentationCommentMatcher

        public DocumentationCommentMatcher()
    • Method Detail

      • isCandidateMatchingPrefix

        public boolean isCandidateMatchingPrefix​(java.lang.String aName,
                                                 java.lang.String aPrefix)
        Specified by:
        isCandidateMatchingPrefix in class org.eclipse.xtext.ui.editor.contentassist.PrefixMatcher