MCPcopy
hub / github.com/apache/groovy / getClassNode

Method getClassNode

src/main/java/groovy/lang/MetaClass.java:172–172  ·  view source on GitHub ↗

Obtains a reference to the original AST for the MetaClass if it is available at runtime @return The original AST or null if it cannot be returned

()

Source from the content-addressed store, hash-verified

170 * @return The original AST or null if it cannot be returned
171 */
172 ClassNode getClassNode();
173
174 /**
175 * Retrieves a list of MetaMethods held by this class. This list includes MetaMethods added by groovy.lang.ExpandoMetaClass.

Implementers 2

MetaClassImplsrc/main/java/groovy/lang/MetaClassImp
DelegatingMetaClasssrc/main/java/groovy/lang/DelegatingMe

Calls

no outgoing calls

Tested by 2

checkDateWithTwoAnnosMethod · 0.52