HomeSort by relevance Sort by last modified time
    Searched refs:anonclassMatcher (Results 1 - 2 of 2) sorted by null

  /external/annotation-tools/annotation-file-utilities/src/annotator/find/
InClassCriterion.java 191 Matcher anonclassMatcher = anonclassPattern.matcher(cname);
192 if (! anonclassMatcher.matches()) {
193 debug("false[anonclassMatcher] InClassCriterion.isSatisfiedBy:%n cname=%s%n tree=%s%n", cname, tree);
196 // for JDK 7: String anonclassNumString = anonclassMatcher.group("num");
197 // for JDK 7: cname = anonclassMatcher.group("remaining");
198 String anonclassNumString = anonclassMatcher.group(1);
199 cname = anonclassMatcher.group(3);
  /external/annotation-tools/annotation-file-utilities/
annotation-file-utilities.jar 

Completed in 97 milliseconds