|
Groovy 2.2.0-beta-1 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.reflection.ParameterTypes
groovy.lang.MetaMethod
groovy.lang.MetaClassImpl.MetaConstructor
public static final class MetaClassImpl.MetaConstructor extends MetaMethod
This is a helper method added in Groovy 2.1.0, which is used only by indy. This method is for internal use only.
Field Summary |
---|
Fields inherited from class ParameterTypes | |
---|---|
isVargsMethod, nativeParamTypes, parameterTypes |
Method Summary | |
---|---|
CachedConstructor
|
getCachedConstrcutor()
|
CachedClass
|
getDeclaringClass()
|
int
|
getModifiers()
|
String
|
getName()
|
Class
|
getReturnType()
|
Object
|
invoke(Object object, Object[] arguments)
|
boolean
|
isBeanConstructor()
|
Methods inherited from class MetaMethod | |
---|---|
checkParameters, clone, doMethodInvoke, equal, equal, getDeclaringClass, getDescriptor, getModifiers, getMopName, getName, getReturnType, getSignature, invoke, isAbstract, isCacheable, isMethod, isPrivate, isProtected, isPublic, isSame, isStatic, processDoMethodInvokeException, toString |
Methods inherited from class ParameterTypes | |
---|---|
coerceArgumentsToClasses, correctArguments, getNativeParameterTypes, getPT, getParameterTypes, isValidExactMethod, isValidExactMethod, isValidMethod, isValidMethod, isVargsMethod, isVargsMethod, setParametersTypes |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail |
---|
public CachedConstructor getCachedConstrcutor()
@Overrideate Object invokeConstructor(Class at, Object[] arguments) { public CachedClass getDeclaringClass()
@Overrideconstructor = (CachedConstructor) res; public int getModifiers()
@Override public String getName()
@Override} public Class getReturnType()
@Overrideif (arguments == null) arguments = EMPTY_ARGUMENTS; public Object invoke(Object object, Object[] arguments)
public boolean isBeanConstructor()
Copyright © 2003-2013 The Codehaus. All rights reserved.