Class DefaultMethodKey

java.lang.Object
org.codehaus.groovy.runtime.MethodKey
org.codehaus.groovy.runtime.DefaultMethodKey

public class DefaultMethodKey extends MethodKey
A default implementation of MethodKey
  • Constructor Details

    • DefaultMethodKey

      public DefaultMethodKey(Class sender, String name, Class[] parameterTypes, boolean isCallToSuper)
      Constructs a method key with the specified parameters.
      Parameters:
      sender - the sender class
      name - the method name
      parameterTypes - the class types of the parameters
      isCallToSuper - whether this is a super method call
  • Method Details