Searched refs:Grep (Results 1 – 2 of 2) sorted by relevance
31 int count = new Grep(dex, Pattern.compile(pattern), new PrintWriter(System.out)).grep(); in main()
31 public final class Grep { class42 public Grep(final Dex dex, Pattern pattern, final PrintWriter out) { in Grep() method in Grep