Class MethodKey

  • All Implemented Interfaces:
    groovy.lang.GroovyObject

    public class MethodKey
    extends java.lang.Object
    implements groovy.lang.GroovyObject
    • Constructor Summary

      Constructors 
      Constructor Description
      MethodKey​(java.lang.String methodName)  
      MethodKey​(org.codehaus.groovy.ast.MethodNode methodNode)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object object)  
      groovy.lang.MetaClass getMetaClass()  
      java.lang.Object getMethodName()  
      java.lang.Object getProperty​(java.lang.String property)  
      java.lang.Object getSignature()  
      int hashCode()  
      java.lang.Object invokeMethod​(java.lang.String method, java.lang.Object arguments)  
      void setMetaClass​(groovy.lang.MetaClass mc)  
      void setProperty​(java.lang.String property, java.lang.Object value)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MethodKey

        public MethodKey​(java.lang.String methodName)
      • MethodKey

        public MethodKey​(org.codehaus.groovy.ast.MethodNode methodNode)
    • Method Detail

      • getMetaClass

        public groovy.lang.MetaClass getMetaClass()
        Specified by:
        getMetaClass in interface groovy.lang.GroovyObject
      • setMetaClass

        public void setMetaClass​(groovy.lang.MetaClass mc)
        Specified by:
        setMetaClass in interface groovy.lang.GroovyObject
      • invokeMethod

        public java.lang.Object invokeMethod​(java.lang.String method,
                                             java.lang.Object arguments)
        Specified by:
        invokeMethod in interface groovy.lang.GroovyObject
      • getProperty

        public java.lang.Object getProperty​(java.lang.String property)
        Specified by:
        getProperty in interface groovy.lang.GroovyObject
      • setProperty

        public void setProperty​(java.lang.String property,
                                java.lang.Object value)
        Specified by:
        setProperty in interface groovy.lang.GroovyObject
      • getMethodName

        public final java.lang.Object getMethodName()
      • getSignature

        public final java.lang.Object getSignature()
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object