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.callsite   
org.codehaus.groovy.runtime.dgmimpl   
org.codehaus.groovy.runtime.dgmimpl.arrays   
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
           
 class GeneratedMetaMethod
           
 

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 with parameters of type ParameterTypes
static long MetaClassHelper.calculateParameterDistance(java.lang.Class[] arguments, ParameterTypes pt)
           
 

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

Subclasses of ParameterTypes in org.codehaus.groovy.runtime.callsite
 class CallSiteAwareMetaMethod
           
 

Methods in org.codehaus.groovy.runtime.callsite with parameters of type ParameterTypes
(package private) static boolean AbstractCallSite.noCoerce(ParameterTypes metaMethod, java.lang.Object[] args)
           
 

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

Subclasses of ParameterTypes in org.codehaus.groovy.runtime.dgmimpl
 class NumberNumberDiv
           
 class NumberNumberMetaMethod
           
 class NumberNumberMinus
           
 class NumberNumberMultiply
           
 class NumberNumberPlus
           
 

Uses of ParameterTypes in org.codehaus.groovy.runtime.dgmimpl.arrays
 

Subclasses of ParameterTypes in org.codehaus.groovy.runtime.dgmimpl.arrays
 class ArrayGetAtMetaMethod
           
 class ArrayMetaMethod
           
 class ArrayPutAtMetaMethod
           
 class BooleanArrayGetAtMetaMethod
           
 class BooleanArrayPutAtMetaMethod
           
 class ByteArrayGetAtMetaMethod
           
 class ByteArrayPutAtMetaMethod
           
 class CharacterArrayGetAtMetaMethod
           
 class CharacterArrayPutAtMetaMethod
           
 class DoubleArrayGetAtMetaMethod
           
 class DoubleArrayPutAtMetaMethod
           
 class FloatArrayGetAtMetaMethod
           
 class FloatArrayPutAtMetaMethod
           
 class IntegerArrayGetAtMetaMethod
           
 class IntegerArrayPutAtMetaMethod
           
 class LongArrayGetAtMetaMethod
           
 class LongArrayPutAtMetaMethod
           
 class ObjectArrayGetAtMetaMethod
           
 class ObjectArrayPutAtMetaMethod
           
 class ShortArrayGetAtMetaMethod
           
 class ShortArrayPutAtMetaMethod
           
 

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.
private static class ClosureMetaMethod.MethodClosureMetaMethod
           
 class ClosureStaticMetaMethod
          This class represents a MetaMethod that is a closure that pretends to be a static method.
 class MixinInstanceMetaMethod
          MetaMethod for mixed in classes
 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.