Uses of Class
net.loomchild.segment.srx.Rule
Packages that use Rule
-
Uses of Rule in net.loomchild.segment.srx
Methods in net.loomchild.segment.srx that return RuleMethods in net.loomchild.segment.srx that return types with arguments of type RuleMethods in net.loomchild.segment.srx with parameters of type RuleModifier and TypeMethodDescriptionvoidAdds rule to the end of rule list.RuleManager.getExceptionPattern(Rule breakRule) Constructors in net.loomchild.segment.srx with parameters of type RuleModifierConstructorDescriptionRuleMatcher(SrxDocument document, Rule rule, CharSequence text) Creates matcher.Constructor parameters in net.loomchild.segment.srx with type arguments of type RuleModifierConstructorDescriptionLanguageRule(String name, List<Rule> ruleList) Creates language rule.