Returns the class this metaclass represents.
()
| 383 | * Returns the class this metaclass represents. |
| 384 | */ |
| 385 | @Override |
| 386 | public Class getTheClass() { |
| 387 | return this.theClass; |
| 388 | } |
| 389 | |
| 390 | /** |
| 391 | * Indicates if the represented class is an instance of the {@link GroovyObject} class. |
no outgoing calls
no test coverage detected