Changeset 6907 for lang/scala/sandbox
- Timestamp:
- 02/19/08 07:39:52 (9 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/scala/sandbox/src/jp/gr/java_conf/mizu/util/ReflectionWrapper.scala
r6905 r6907 20 20 val matched = for(method <- methods if { 21 21 val argClasses = method.getParameterTypes 22 method.getName == name 22 method.getName == name && 23 23 argClasses.length == paramClasses.length && 24 24 (argClasses zip paramClasses).forall{
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)