| 165 | |
| 166 | |
| 167 | Jvm::MethodSignature Jvm::MethodFinder::returns(const Class& returnType) const |
| 168 | { |
| 169 | return Jvm::MethodSignature(clazz, name, returnType, parameters); |
| 170 | } |
| 171 | |
| 172 | |
| 173 | Jvm::MethodSignature::MethodSignature(const MethodSignature& that) |
no test coverage detected