public interface IContentAssistMatcher
Modifier and Type | Method and Description |
---|---|
char[] |
getPrefixForBinarySearch()
The user provided text normally represents some kind of pattern.
|
boolean |
match(char[] name)
Matches the given name following the rules of content assist.
|
boolean |
matchRequiredAfterBinarySearch() |
char[] getPrefixForBinarySearch()
boolean matchRequiredAfterBinarySearch()
match(char[])
can be skipped if a
name survived a binary search using the prefix returned by
getPrefixForBinarySearch()
as key.boolean match(char[] name)
name
- Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.