|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.runtime.MethodKey
org.codehaus.groovy.runtime.DefaultCachedMethodKey
public class DefaultCachedMethodKey
A default implementation of MethodKey
Constructor Summary | |
---|---|
DefaultCachedMethodKey(Class sender,
String name,
CachedClass[] parameterTypes,
boolean isCallToSuper)
|
Method Summary | |
---|---|
int |
getParameterCount()
|
Class |
getParameterType(int index)
|
Methods inherited from class org.codehaus.groovy.runtime.MethodKey |
---|
createCopy, createHashCode, equals, equals, getName, getParamterTypes, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DefaultCachedMethodKey(Class sender, String name, CachedClass[] parameterTypes, boolean isCallToSuper)
Method Detail |
---|
public int getParameterCount()
getParameterCount
in class MethodKey
public Class getParameterType(int index)
getParameterType
in class MethodKey
|
Copyright © 2003-2009 The Codehaus. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |