Searched refs:astRecord (Results 1 – 2 of 2) sorted by relevance
244 private ASTRecord astRecord(Tree node) { in astRecord() method in TreeFinder257 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() local410 astPath = astRecord.astPath; in visitIdentifier()[all …]
83 public boolean equals(ASTRecord astRecord) { in equals() argument84 return compareTo(astRecord) == 0; in equals()