Uses of Class
org.codehaus.groovy.reflection.ParameterTypes

Packages that use ParameterTypes
groovy.lang Core Groovy language classes for implementing data structures, closures, metadata and so forth. 
org.codehaus.groovy.reflection Internal classes for assisting with reflection. 
org.codehaus.groovy.runtime Runtime classes for Groovy - whether the dynamic interpreter is being used, the compiler or the bytecode generator. 
org.codehaus.groovy.runtime.metaclass Internal classes related to Groovy's metaclass implementation. 
 

Uses of ParameterTypes in groovy.lang
 

Subclasses of ParameterTypes in groovy.lang
private static class MetaClassImpl.DummyMetaMethod
           
 class MetaMethod
          Represents a Method on a Java object a little like Method except without using reflection to invoke the method
 

Methods in groovy.lang that return ParameterTypes
 ParameterTypes MetaClassImpl.DummyMetaMethod.getParamTypes()
           
 

Uses of ParameterTypes in org.codehaus.groovy.reflection
 

Subclasses of ParameterTypes in org.codehaus.groovy.reflection
 class CachedConstructor
           
 class CachedMethod
           
 

Methods in org.codehaus.groovy.reflection that return ParameterTypes
 ParameterTypes CachedMethod.getParamTypes()
           
 

Uses of ParameterTypes in org.codehaus.groovy.runtime
 

Subclasses of ParameterTypes in org.codehaus.groovy.runtime
private static class GroovyCategorySupport.CategoryMethod
           
 

Methods in org.codehaus.groovy.runtime that return ParameterTypes
static ParameterTypes MetaClassHelper.getParameterTypes(java.lang.Object methodOrConstructor)
           
 

Methods in org.codehaus.groovy.runtime with parameters of type ParameterTypes
static long MetaClassHelper.calculateParameterDistance(java.lang.Class[] arguments, ParameterTypes pt)
           
 

Uses of ParameterTypes in org.codehaus.groovy.runtime.metaclass
 

Subclasses of ParameterTypes in org.codehaus.groovy.runtime.metaclass
 class ClosureMetaMethod
          A MetaMethod that accepts a closure in the constructor which is invoked when the MetaMethod is called.
 class ClosureStaticMetaMethod
          This class represents a MetaMethod that is a closure that pretends to be a static method.
 class NewInstanceMetaMethod
          A MetaMethod implementation where the underlying method is really a static helper method on some class but it appears to be an instance method on a class.
 class NewMetaMethod
          Base class for NewInstanceMetaMethod and NewStaticMetaMethod
 class NewStaticMetaMethod
          A MetaMethod implementation where the underlying method is really a static helper method on some class.
 class ReflectionMetaMethod
           
(package private)  class ThreadManagedMetaBeanProperty.ThreadBoundGetter
          Accesses the ThreadBound state of the property as a getter
private  class ThreadManagedMetaBeanProperty.ThreadBoundSetter
          Sets the ThreadBound state of the property like a setter
 class TransformMetaMethod
          A MetaMethod implementation useful for implementing coercion based invocations
 



Copyright © ${year} The Codehaus. All Rights Reserved.