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
()
| 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. |
no outgoing calls