public class ExtensionMethodNode extends MethodNode
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 |
---|---|---|
|
public MethodNode |
getExtensionMethodNode() |
|
public boolean |
isStaticExtension() |
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.