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, matchingDegree
public java.lang.String getPattern()
getPattern
in class MinusculeMatcher
public int matchingDegree(java.lang.String name, boolean valueStartCaseMatch, FList<? extends TextRange> fragments)
matchingDegree
in class MinusculeMatcher
public FList<TextRange> matchingFragments(java.lang.String name)
matchingFragments
in class MinusculeMatcher
public java.lang.String toString()
toString
in class java.lang.Object
public static MinusculeMatcher create(java.lang.String pattern, NameUtil.MatchingCaseSensitivity options, java.lang.String hardSeparators)