com.tonicsystems.jarjar.regex

Interface Matcher

public interface Matcher

Method Summary
intend()
Stringgroup(int index)
booleanmatches()
intstart()

Method Detail

end

public int end()

group

public String group(int index)

matches

public boolean matches()

start

public int start()