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

  /external/annotation-tools/annotation-file-utilities/src/annotator/scanner/
AnonymousClassScanner.java 21 * @param anonclass the anonymous class to search for
24 public static int indexOfClassTree(TreePath path, Tree anonclass) {
32 if (path.getLeaf() == anonclass) {
40 AnonymousClassScanner lvts = new AnonymousClassScanner(anonclass);
52 private Tree anonclass; field in class:AnonymousClassScanner
60 private AnonymousClassScanner(Tree anonclass) {
63 this.anonclass = anonclass;
74 if (!found && CommonScanner.hasClassKind(anonclass)) {
75 if (anonclass == node)
    [all...]
  /external/annotation-tools/annotation-file-utilities/
annotation-file-utilities.jar 

Completed in 431 milliseconds