com.tonicsystems.jarjar.regex

Interface Matcher

public interface Matcher

Method Summary

int
end()
String
group(int index)
boolean
matches()
int
start()

Method Details

end

public int end()

group

public String group(int index)

matches

public boolean matches()

start

public int start()