Home
last modified time | relevance | path

Searched refs:astRecord (Results 1 – 3 of 3) sorted by relevance

/external/annotation-tools/annotation-file-utilities/src/annotator/find/
DTreeFinder.java244 private ASTRecord astRecord(Tree node) { in astRecord() method in TreeFinder
257 return Pair.of(astRecord(t), t.pos); in pathAndPos()
261 return Pair.of(astRecord(t), i); in pathAndPos()
328 return Pair.of(astRecord(node), jn.getStartPosition()); in visitVariable()
334 return Pair.of(astRecord(node), jn.pos); in visitVariable()
349 ASTRecord astPath = astRecord(jcnode) in visitMethod()
383 astPath = astRecord(parent).extend(entry).astPath; in visitIdentifier()
406 astPath = astRecord(node).astPath; in visitIdentifier()
409 ASTRecord astRecord = astRecord(node); in visitIdentifier() local
410 astPath = astRecord.astPath; in visitIdentifier()
[all …]
/external/annotation-tools/scene-lib/src/annotations/io/
DASTRecord.java83 public boolean equals(ASTRecord astRecord) { in equals() argument
84 return compareTo(astRecord) == 0; in equals()
/external/annotation-tools/annotation-file-utilities/
Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/ ...