public class PreferStartMatchMatcherWrapper extends MinusculeMatcher
| Modifier and Type | Field and Description |
|---|---|
static int |
START_MATCH_WEIGHT |
| Constructor and Description |
|---|
PreferStartMatchMatcherWrapper(MinusculeMatcher matcher) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPattern() |
int |
matchingDegree(java.lang.String name,
boolean valueStartCaseMatch,
FList<? extends TextRange> fragments) |
FList<TextRange> |
matchingFragments(java.lang.String name) |
isStartMatch, isStartMatch, matches, matchingDegree, matchingDegreepublic static final int START_MATCH_WEIGHT
public PreferStartMatchMatcherWrapper(MinusculeMatcher matcher)
public java.lang.String getPattern()
getPattern in class MinusculeMatcherpublic FList<TextRange> matchingFragments(java.lang.String name)
matchingFragments in class MinusculeMatcherpublic int matchingDegree(java.lang.String name,
boolean valueStartCaseMatch,
FList<? extends TextRange> fragments)
matchingDegree in class MinusculeMatcher