Interface IPrefixMatcher
-
- All Known Implementing Classes:
FQNPrefixMatcher,IPrefixMatcher.IgnoreCase
public interface IPrefixMatcherPrefix matchers are used to reject content assist proposals that do not match the prefix at the current cursor position.- Since:
- 2.10
- Noreference:
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIPrefixMatcher.IgnoreCaseDefault prefix matcher that compares the prefix of the candidate ignoring case.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisCandidateMatchingPrefix(java.lang.String name, java.lang.String prefix)
-