Lines Matching defs:param
172 * @param className is fully qualified
296 * @param clist the criteria specifying the location of the insertions
297 * @param element holds the annotations to be inserted
306 * @param clist the criteria specifying the location of the insertions
307 * @param element holds the annotations to be inserted
308 * @param isCastInsertion {@code true} if this for a cast insertion, {@code false}
319 * @param clist the criteria specifying the location of the insertions
320 * @param element holds the annotations to be inserted
321 * @param add {@code true} if the create {@link AnnotationInsertion}s should
332 * @param clist the criteria specifying the location of the insertions
333 * @param element holds the annotations to be inserted
334 * @param innerTypeInsertions the insertions on the inner type of this
337 * @param isCastInsertion {@code true} if this for a cast insertion, {@code false}
514 * @param type the cast type to insert
515 * @param annotationString the annotation on the outermost type, or
519 * @param innerTypeInsertions the annotations on the inner types
520 * @param criteria the criteria for the location of this insertion
538 * @param clist the criteria specifying the location of the insertions
539 * @param typeElement holds the annotations to be inserted
547 * @param clist the criteria specifying the location of the insertions
548 * @param typeElement holds the annotations to be inserted
549 * @param isCastInsertion {@code true} if this for a cast insertion, {@code false}
634 AField param = entry.getValue();
635 CriterionList paramClist = clist.add(Criteria.param(methodName, index));
637 // parseField(paramClist, index.toString(), param);
638 parseInnerAndOuterElements(paramClist, param.type);
718 AField param = entry.getValue();
719 CriterionList paramClist = clist.add(Criteria.param("(anonymous)", index));
720 parseInnerAndOuterElements(paramClist, param.type);
721 parseASTInsertions(paramClist, param.insertAnnotations, param.insertTypecasts);