Home
last modified time | relevance | path

Searched refs:typeAlts (Results 1 – 2 of 2) sorted by relevance

/external/annotation-tools/annotation-file-utilities/src/annotator/find/
DASTPathCriterion.java675 List<? extends Tree> typeAlts = unionType.getTypeAlternatives();
676 if (arg >= typeAlts.size()) {
679 return typeAlts.get(arg);
/external/annotation-tools/scene-lib/src/annotations/io/
DASTPath.java1243 List<? extends Tree> typeAlts = unionType.getTypeAlternatives(); in matches() local
1244 if (arg >= typeAlts.size()) { in matches()
1247 next = typeAlts.get(arg); in matches()