Uses of Class
net.loomchild.segment.srx.RuleMatcher
-
Packages that use RuleMatcher Package Description net.loomchild.segment.srx net.loomchild.segment.srx.legacy -
-
Uses of RuleMatcher in net.loomchild.segment.srx
Fields in net.loomchild.segment.srx with type parameters of type RuleMatcher Modifier and Type Field Description private java.util.List<RuleMatcher>
SrxTextIterator. ruleMatcherList
Methods in net.loomchild.segment.srx that return RuleMatcher Modifier and Type Method Description private RuleMatcher
SrxTextIterator. getMinMatcher()
Methods in net.loomchild.segment.srx with parameters of type RuleMatcher Modifier and Type Method Description private boolean
SrxTextIterator. isException(RuleMatcher ruleMatcher)
Returns true if there are no exception rules preventing given rule matcher from breaking the text. -
Uses of RuleMatcher in net.loomchild.segment.srx.legacy
Fields in net.loomchild.segment.srx.legacy with type parameters of type RuleMatcher Modifier and Type Field Description private java.util.List<RuleMatcher>
AccurateSrxTextIterator. ruleMatcherList
Methods in net.loomchild.segment.srx.legacy that return RuleMatcher Modifier and Type Method Description private RuleMatcher
AccurateSrxTextIterator. getMinMatcher()
-