Returns the lexical this object for this closure. @return the lexical this object
()
| 342 | * @return the lexical {@code this} object |
| 343 | */ |
| 344 | public Object getThisObject() { |
| 345 | return thisObject; |
| 346 | } |
| 347 | |
| 348 | private transient Class<?> thisType; |
| 349 | private Class<?> getThisType() { |
no outgoing calls
no test coverage detected