Class ExtensionMethodNode

All Implemented Interfaces:
GroovydocHolder<AnnotatedNode>, NodeMetaDataHandler

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 Details

  • Method Details

    • getExtensionMethodNode

      public MethodNode getExtensionMethodNode()
      Returns the original extension method represented by this synthetic node.
    • isStaticExtension

      public boolean isStaticExtension()
      Indicates whether this node models a static extension method.