Indicates whether the inspected type implements GroovyObject. @return true if the inspected type is Groovy-aware
()
| 157 | * @return {@code true} if the inspected type is Groovy-aware |
| 158 | */ |
| 159 | public boolean isGroovy() { |
| 160 | return GroovyObject.class.isAssignableFrom(getClassUnderInspection()); |
| 161 | } |
| 162 | |
| 163 | /** |
| 164 | * Gets the object being inspected. |
no test coverage detected