Class IPrefixMatcher.IgnoreCase
- java.lang.Object
-
- org.eclipse.xtext.ide.editor.contentassist.IPrefixMatcher.IgnoreCase
-
- All Implemented Interfaces:
IPrefixMatcher
- Enclosing interface:
- IPrefixMatcher
public static class IPrefixMatcher.IgnoreCase extends java.lang.Object implements IPrefixMatcher
Default prefix matcher that compares the prefix of the candidate ignoring case.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.xtext.ide.editor.contentassist.IPrefixMatcher
IPrefixMatcher.IgnoreCase
-
-
Constructor Summary
Constructors Constructor Description IgnoreCase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisCandidateMatchingPrefix(java.lang.String name, java.lang.String prefix)
-
-
-
Method Detail
-
isCandidateMatchingPrefix
public boolean isCandidateMatchingPrefix(java.lang.String name, java.lang.String prefix)- Specified by:
isCandidateMatchingPrefixin interfaceIPrefixMatcher
-
-