[Java] Class TemporaryMethodKey

  • org.codehaus.groovy.runtime.metaclass.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

Constructors
Constructor and description
TemporaryMethodKey (Class sender, String name, Object[] parameterValues, boolean isCallToSuper)

Methods Summary

Methods
Type Params Return Type Name and description
int getParameterCount()
Class getParameterType(int index)

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class MethodKey createCopy, createHashCode, equals, equals, getName, getParameterCount, getParameterType, getParamterTypes, hashCode, toString

Constructor Detail

public TemporaryMethodKey(Class sender, String name, Object[] parameterValues, boolean isCallToSuper)

Method Detail

public int getParameterCount()

public Class getParameterType(int index)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.5.14/html/gapi/org/codehaus/groovy/runtime/metaclass/TemporaryMethodKey.html