org.codehaus.groovy.runtime.metaclass
Class NewMetaMethod
java.lang.Object
  
org.codehaus.groovy.reflection.ParameterTypes
      
groovy.lang.MetaMethod
          
org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod
              
org.codehaus.groovy.runtime.metaclass.NewMetaMethod
- All Implemented Interfaces: 
 - Cloneable
 
- Direct Known Subclasses: 
 - NewInstanceMetaMethod, NewStaticMetaMethod
 
public class NewMetaMethod
- extends ReflectionMetaMethod
 
Base class for NewInstanceMetaMethod and NewStaticMetaMethod
 
 
 
 
 
 
| Methods inherited from class groovy.lang.MetaMethod | 
checkParameters, clone, doMethodInvoke, equal, equal, getDescriptor, getMopName, getSignature, isAbstract, isCacheable, isMethod, isPrivate, isProtected, isPublic, isSame, isStatic, processDoMethodInvokeException | 
 
 
 
EMPTY_TYPE_ARRAY
protected static final CachedClass[] EMPTY_TYPE_ARRAY
bytecodeParameterTypes
protected CachedClass[] bytecodeParameterTypes
NewMetaMethod
public NewMetaMethod(CachedMethod method)
getDeclaringClass
public CachedClass getDeclaringClass()
- Overrides:
 getDeclaringClass in class ReflectionMetaMethod
 
 
getBytecodeParameterTypes
public CachedClass[] getBytecodeParameterTypes()
 
getOwnerClass
public CachedClass getOwnerClass()