Home | History | Annotate | Download | only in find

Lines Matching defs:ap1

465       ASTPath ap1 = criteria.getASTPath();
467 if (ap1 == null) {
474 // ap0: path to top-level type; ap1: path to local type
477 Deque<ASTPath> astack = new ArrayDeque<ASTPath>(ap1.size());
478 ASTPath ap0 = ap1;
511 ASTPath.ASTEntry e = ap1.get(-1);
662 int n = ap1.size();
668 ASTPath.ASTEntry entry = ap1.get(i);
678 ASTPath.ASTEntry entry = ap1.get(i);
764 || ap1.get(i-1).getTreeKind() != Tree.Kind.INSTANCE_OF)
766 || ap1.get(i-2).getTreeKind() != Tree.Kind.ARRAY_TYPE)) {
790 // assert ap1.equals(ap0) && !map.containsKey(ap0);