public class DefaultNReflectMethod extends Object implements NReflectMethod
| Constructor and Description |
|---|
DefaultNReflectMethod(Method method,
NReflectType declaringType) |
| Modifier and Type | Method and Description |
|---|---|
NReflectType |
declaringType() |
boolean |
equals(Object o) |
int |
hashCode() |
Object |
invoke(Object instance,
Object... args) |
boolean |
isAccessible() |
boolean |
isVarArgs() |
String |
name() |
NReflectParameter[] |
parameters() |
NReflectSignature |
signature() |
String |
toString() |
public DefaultNReflectMethod(Method method, NReflectType declaringType)
public boolean isAccessible()
isAccessible in interface NReflectMethodpublic String name()
name in interface NReflectMethodpublic NReflectParameter[] parameters()
parameters in interface NReflectMethodpublic Object invoke(Object instance, Object... args)
invoke in interface NReflectMethodpublic NReflectType declaringType()
declaringType in interface NReflectMethodpublic boolean isVarArgs()
isVarArgs in interface NReflectMethodpublic NReflectSignature signature()
signature in interface NReflectMethodCopyright © 2026 vpc open source initiative. All rights reserved.