MCPcopy Index your code
hub / github.com/apache/groovy / getThisObject

Method getThisObject

src/main/java/groovy/lang/Closure.java:344–346  ·  view source on GitHub ↗

Returns the lexical this object for this closure. @return the lexical this object

()

Source from the content-addressed store, hash-verified

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() {

Callers 5

doCallMethod · 0.80
contentsMethod · 0.80
getOuterReferenceMethod · 0.80
wrapAsyncMethod · 0.80
wrapAsyncGeneratorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected