Package com.tonicsystems.jarjar.regex
Interface Matcher
-
public interface Matcher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
end()
java.lang.String
group(int index)
boolean
matches()
int
start()
-