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, matchingDegree
public static final int START_MATCH_WEIGHT
public PreferStartMatchMatcherWrapper(MinusculeMatcher matcher)
public java.lang.String getPattern()
getPattern
in class MinusculeMatcher
public FList<TextRange> matchingFragments(java.lang.String name)
matchingFragments
in class MinusculeMatcher
public int matchingDegree(java.lang.String name, boolean valueStartCaseMatch, FList<? extends TextRange> fragments)
matchingDegree
in class MinusculeMatcher