All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.venky.parse.composite.OneOrMore Maven / Gradle / Ivy

There is a newer version: 1.15
Show newest version
package com.venky.parse.composite;

import com.venky.parse.Rule;

public class OneOrMore extends Multiple{

	public OneOrMore(Rule ruleTemplate) {
		super(ruleTemplate,1);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy