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
    • Constructor Detail

      • DocumentationCommentMatcher

        public DocumentationCommentMatcher()
    • Method Detail

      • isCandidateMatchingPrefix

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