Home | History | Annotate | Download | only in reflection

Lines Matching defs:matching

255         ArrayList<ModelMethod> matching = new ArrayList<ModelMethod>();
260 matching.add(method);
263 return matching.toArray(new ModelMethod[matching.size()]);
275 ArrayList<ModelMethod> matching = new ArrayList<ModelMethod>();
280 matching.add(method);
283 return matching.toArray(new ModelMethod[matching.size()]);
289 * will be returned. If no matching method was found, null is returned.
532 ArrayList<ModelMethod> matching = new ArrayList<ModelMethod>();
536 matching.add(method);
539 return matching;