D | ASTIndex.java | 80 private final CompilationUnitTree cut; field in ASTIndex 99 cut = root; in ASTIndex() 110 cut.accept(new SimpleTreeVisitor<Void, ASTRecord>() { in ASTIndex() 142 new ASTRecord(cut, className, null, null, ASTPath.empty()); in ASTIndex() 275 new ASTRecord(cut, className, null, null, ASTPath.empty())); in ASTIndex() 362 rec = new ASTRecord(cut, rec.className, inMethod, null, in ASTIndex() 443 new ASTRecord(cut, className, null, null, ASTPath.empty())); in ASTIndex() 611 rec = new ASTRecord(cut, rec.className, rec.methodName, in ASTIndex() 635 public static ASTRecord getASTPath(CompilationUnitTree cut, Tree node) { in getASTPath() argument 636 return indexOf(cut).get(node); in getASTPath() [all …]
|