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

  /external/annotation-tools/annotation-file-utilities/src/annotator/find/
InClassCriterion.java 143 String treeClassName = csn.toString();
144 if (cname.equals(treeClassName)) {
151 } else if (cname.startsWith(treeClassName + "$")
152 || (cname.startsWith(treeClassName + "."))) {
153 cname = cname.substring(treeClassName.length()+1);
154 } else if (!treeClassName.isEmpty()) {
155 // treeClassName is empty for anonymous inner class
218 String treeClassName = c.getSimpleName().toString();
231 if (actualIndexInSource == localClassNum && treeClassName.startsWith(localClassName)) {
  /external/annotation-tools/annotation-file-utilities/
annotation-file-utilities.jar 

Completed in 266 milliseconds