Indicates if the represented class comes from a Groovy closure or lambda expression.
()
| 398 | * Indicates if the represented class comes from a Groovy closure or lambda expression. |
| 399 | */ |
| 400 | private boolean isGroovyFunctor() { |
| 401 | return GeneratedClosure.class.isAssignableFrom(theClass); |
| 402 | } |
| 403 | |
| 404 | private void fillMethodIndex() { |
| 405 | mainClassMethodHeader = metaMethodIndex.getHeader(theClass); |
no test coverage detected