Uses of Class
net.loomchild.segment.srx.Rule
-
Packages that use Rule Package Description net.loomchild.segment.srx -
-
Uses of Rule in net.loomchild.segment.srx
Methods in net.loomchild.segment.srx that return Rule Modifier and Type Method Description Rule
RuleMatcher. getRule()
Methods in net.loomchild.segment.srx that return types with arguments of type Rule Modifier and Type Method Description List<Rule>
RuleManager. getBreakRuleList()
List<Rule>
LanguageRule. getRuleList()
Methods in net.loomchild.segment.srx with parameters of type Rule Modifier and Type Method Description void
LanguageRule. addRule(Rule rule)
Adds rule to the end of rule list.Pattern
RuleManager. getExceptionPattern(Rule breakRule)
Constructors in net.loomchild.segment.srx with parameters of type Rule Constructor Description RuleMatcher(SrxDocument document, Rule rule, CharSequence text)
Creates matcher.Constructor parameters in net.loomchild.segment.srx with type arguments of type Rule Constructor Description LanguageRule(String name, List<Rule> ruleList)
Creates language rule.
-