174175176177178179180
public static RuleElementQuantifier createPlusGreedyQuantifier() { return new PlusGreedy(); } public static RuleElementQuantifier createQuestionReluctantQuantifier() { return new QuestionReluctant(); }
182183184185186187188