Searched refs:replacePath (Results 1 – 4 of 4) sorted by relevance
/external/annotation-tools/annotation-file-utilities/src/annotator/find/ |
D | Insertions.java | 327 node = ASTIndex.getNode(cut, rec.replacePath(temp)); in organizeTypedInsertions() 345 rec0 = rec.replacePath(p.getParentPath()); in organizeTypedInsertions() 358 rec.replacePath(p.getParentPath())); in organizeTypedInsertions() 363 rec = rec.replacePath(p.getParentPath()); in organizeTypedInsertions() 410 node = ASTIndex.getNode(cut, rec.replacePath(temp)); in organizeTypedInsertions() 418 TypedInsertion tins = map.get(rec.replacePath(temp)); in organizeTypedInsertions() 428 ASTRecord irec = rec.replacePath(p.getParentPath()) in organizeTypedInsertions() 555 node = ASTIndex.getNode(cut, rec.replacePath(ap)); in organizeTypedInsertions() 917 ? r.replacePath(r.astPath.getParentPath()) in extendToInnerType() 955 r = r.replacePath(r.astPath.getParentPath()) in extendToInnerType() [all …]
|
D | TreeFinder.java | 416 return Pair.of(rec.replacePath(astPath), i); in visitIdentifier() 736 return Pair.of(rec.replacePath(astPath), na.getStartPosition()); in visitNewArray() 743 return Pair.of(rec.replacePath(astPath), na.getStartPosition()); in visitNewArray() 758 return Pair.of(rec.replacePath(astPath), pos); in visitNewArray() 765 return Pair.of(rec.replacePath(astPath), na.getStartPosition()); in visitNewArray() 771 return Pair.of(rec.replacePath(astPath), in visitNewArray() 774 return Pair.of(rec.replacePath(astPath), in visitNewArray() 786 return Pair.of(rec.replacePath(astPath), in visitNewArray()
|
/external/annotation-tools/scene-lib/src/annotations/io/ |
D | ASTRecord.java | 74 public ASTRecord replacePath(ASTPath newPath) { in replacePath() method in ASTRecord
|
/external/annotation-tools/annotation-file-utilities/src/annotator/ |
D | Main.java | 383 rec = rec.replacePath(astPath); in convertInsertion()
|