Indicates if the represented class is an instance of the GroovyObject class.
()
| 391 | * Indicates if the represented class is an instance of the {@link GroovyObject} class. |
| 392 | */ |
| 393 | public boolean isGroovyObject() { |
| 394 | return isGroovyObject; |
| 395 | } |
| 396 | |
| 397 | /** |
| 398 | * Indicates if the represented class comes from a Groovy closure or lambda expression. |
no outgoing calls
no test coverage detected