Interface IPrefixMatcher

  • All Known Implementing Classes:
    FQNPrefixMatcher, IPrefixMatcher.IgnoreCase

    public interface IPrefixMatcher
    Prefix matchers are used to reject content assist proposals that do not match the prefix at the current cursor position.
    Since:
    2.10
    Noreference:
    • Method Detail

      • isCandidateMatchingPrefix

        boolean isCandidateMatchingPrefix​(java.lang.String name,
                                          java.lang.String prefix)