Lines Matching defs:param
42 * @param c the criterion to add
52 * @param path the tree path to check against
53 * @param leaf the tree at the leaf of the path; only relevant when the path
77 * @param path the tree path to check against
365 * @param kind the program element's kind
366 * @param name the program element's name
377 * @param kind the kind of enclosing program element
388 * @param name the name of the enclosing package
399 * @param name the name of the enclosing class
400 * @param exact whether to match only in the class itself, not in its inner classes
411 * @param name the name of the enclosing method
474 public final static Criterion param(String methodName, Integer pos) {
478 // public final static Criterion param(String methodName, Integer pos, InnerTypeLocation loc) {