public class DefaultNReflectMethod extends Object implements net.thevpc.nuts.reflect.NReflectMethod
| Constructor and Description |
|---|
DefaultNReflectMethod(Method method,
net.thevpc.nuts.reflect.NReflectType declaringType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
net.thevpc.nuts.reflect.NReflectType |
getDeclaringType() |
String |
getName() |
net.thevpc.nuts.reflect.NReflectParameter[] |
getParameters() |
net.thevpc.nuts.reflect.NSignature |
getSignature() |
int |
hashCode() |
Object |
invoke(Object instance,
Object... args) |
boolean |
isAccessible() |
boolean |
isVarArgs() |
String |
toString() |
public DefaultNReflectMethod(Method method, net.thevpc.nuts.reflect.NReflectType declaringType)
public boolean isAccessible()
isAccessible in interface net.thevpc.nuts.reflect.NReflectMethodpublic String getName()
getName in interface net.thevpc.nuts.reflect.NReflectMethodpublic net.thevpc.nuts.reflect.NReflectParameter[] getParameters()
getParameters in interface net.thevpc.nuts.reflect.NReflectMethodpublic Object invoke(Object instance, Object... args)
invoke in interface net.thevpc.nuts.reflect.NReflectMethodpublic net.thevpc.nuts.reflect.NReflectType getDeclaringType()
getDeclaringType in interface net.thevpc.nuts.reflect.NReflectMethodpublic boolean isVarArgs()
isVarArgs in interface net.thevpc.nuts.reflect.NReflectMethodpublic net.thevpc.nuts.reflect.NSignature getSignature()
getSignature in interface net.thevpc.nuts.reflect.NReflectMethodCopyright © 2025 vpc open source initiative. All rights reserved.