|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.reflection.ParameterTypes
groovy.lang.MetaMethod
org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod
org.codehaus.groovy.runtime.metaclass.NewMetaMethod
public class NewMetaMethod extends ReflectionMetaMethod
Base class for NewInstanceMetaMethod and NewStaticMetaMethod
Modifier and Type | Field and Description |
---|---|
protected CachedClass[] |
bytecodeParameterTypes
|
protected static CachedClass[] |
EMPTY_TYPE_ARRAY
|
Fields inherited from class org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod |
---|
method |
Fields inherited from class org.codehaus.groovy.reflection.ParameterTypes |
---|
isVargsMethod, nativeParamTypes, parameterTypes |
Constructor and Description |
---|
NewMetaMethod(CachedMethod method)
|
Modifier and Type | Method and Description |
---|---|
CachedClass[] |
getBytecodeParameterTypes()
|
CachedClass |
getDeclaringClass()
|
CachedClass |
getOwnerClass()
|
Methods inherited from class org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod |
---|
getModifiers, getName, getPT, getReturnType, invoke, toString |
Methods inherited from class groovy.lang.MetaMethod |
---|
checkParameters, clone, doMethodInvoke, equal, equal, getDescriptor, getMopName, getSignature, isAbstract, isCacheable, isMethod, isPrivate, isProtected, isPublic, isSame, isStatic, processDoMethodInvokeException |
Methods inherited from class org.codehaus.groovy.reflection.ParameterTypes |
---|
coerceArgumentsToClasses, correctArguments, getNativeParameterTypes, getParameterTypes, isValidExactMethod, isValidExactMethod, isValidMethod, isValidMethod, isVargsMethod, setParametersTypes |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected static final CachedClass[] EMPTY_TYPE_ARRAY
protected CachedClass[] bytecodeParameterTypes
Constructor Detail |
---|
public NewMetaMethod(CachedMethod method)
Method Detail |
---|
public CachedClass getDeclaringClass()
getDeclaringClass
in class ReflectionMetaMethod
public CachedClass[] getBytecodeParameterTypes()
public CachedClass getOwnerClass()
|
Copyright © 2003-2010 The Codehaus. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |