public class AllOccurrencesMatcher extends MinusculeMatcher
FixingLayoutMatcher extension that returns all matches (not just the first one)
from MinusculeMatcher.matchingFragments(String).| Modifier and Type | Method and Description |
|---|---|
static MinusculeMatcher |
create(java.lang.String pattern,
NameUtil.MatchingCaseSensitivity options,
java.lang.String hardSeparators) |
java.lang.String |
getPattern() |
int |
matchingDegree(java.lang.String name,
boolean valueStartCaseMatch,
FList<? extends TextRange> fragments) |
FList<TextRange> |
matchingFragments(java.lang.String name) |
java.lang.String |
toString() |
isStartMatch, isStartMatch, matches, matchingDegree, matchingDegreepublic java.lang.String getPattern()
getPattern in class MinusculeMatcherpublic int matchingDegree(java.lang.String name,
boolean valueStartCaseMatch,
FList<? extends TextRange> fragments)
matchingDegree in class MinusculeMatcherpublic FList<TextRange> matchingFragments(java.lang.String name)
matchingFragments in class MinusculeMatcherpublic java.lang.String toString()
toString in class java.lang.Objectpublic static MinusculeMatcher create(java.lang.String pattern, NameUtil.MatchingCaseSensitivity options, java.lang.String hardSeparators)