| 
|||||||||
| 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.metaclass.TemporaryMethodKey
public class TemporaryMethodKey
A temporary implementation of MethodKey used to perform a fast lookup for a method using a set of arguments to a method
| Constructor Summary | |
|---|---|
TemporaryMethodKey(Class sender,
                   String name,
                   Object[] parameterValues,
                   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 TemporaryMethodKey(Class sender,
                          String name,
                          Object[] parameterValues,
                          boolean isCallToSuper)
| Method Detail | 
|---|
public int getParameterCount()
getParameterCount in class MethodKeypublic Class getParameterType(int index)
getParameterType in class MethodKey
  | 
Copyright © 2003-2012 The Codehaus. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||