Groovy 2.2.0

org.codehaus.groovy.runtime
[Java] Class DefaultCachedMethodKey

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

public class DefaultCachedMethodKey
extends MethodKey

A default implementation of MethodKey

Authors:
James Strachan
Version:
\$Revision: 7922 \$


Constructor Summary
DefaultCachedMethodKey(Class sender, String name, CachedClass[] parameterTypes, boolean isCallToSuper)

 
Method Summary
int getParameterCount()

Class getParameterType(int index)

 
Methods inherited from class MethodKey
createCopy, createHashCode, equals, equals, getName, getParameterCount, getParameterType, getParamterTypes, hashCode, toString
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

DefaultCachedMethodKey

public DefaultCachedMethodKey(Class sender, String name, CachedClass[] parameterTypes, boolean isCallToSuper)


 
Method Detail

getParameterCount

public int getParameterCount()


getParameterType

public Class getParameterType(int index)


 

Copyright © 2003-2013 The Codehaus. All rights reserved.