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

net.java.textilej.parser.util.Matcher Maven / Gradle / Ivy

The newest version!
package net.java.textilej.parser.util;

public interface Matcher {
	public String group(int group);
	public int start(int group);
	public int end(int group);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy