Represents method nodes which are used by the static type checker to virtually add methods coming from DGM-like methods.
| Constructor and description | 
|---|
                                ExtensionMethodNode
                                (MethodNode extensionMethodNode, String name, int modifiers, ClassNode returnType, Parameter[] parameters, ClassNode[] exceptions, Statement code, boolean isStaticExtension) | 
                        
                                ExtensionMethodNode
                                (MethodNode extensionMethodNode, String name, int modifiers, ClassNode returnType, Parameter[] parameters, ClassNode[] exceptions, Statement code) | 
                        
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            MethodNode | 
                            getExtensionMethodNode() | 
                        
 | 
                            boolean | 
                            isStaticExtension() | 
                        
Copyright © 2003-2020 The Apache Software Foundation. All rights reserved.