@Immutable public class MethodInfoReflectiveImpl extends MethodInfoBase
arguments, exceptions, isConstructor, rtype| Constructor and Description |
|---|
MethodInfoReflectiveImpl(ClassInfo cinfo,
Constructor constructor) |
MethodInfoReflectiveImpl(ClassInfo cinfo,
Method method) |
| Modifier and Type | Method and Description |
|---|---|
Constructor |
getConstructor()
Return the Constructor that is represented by this MethodInfo, or null
if no such Constructor instance exists (because this MethodInfo represents
a Constructor being generated, rather than a Constructor in a Class that is
loaded into the VM).
|
Method |
getMethod()
Return the Method that is represented by this MethodInfo, or null
if no such Method instance exists (because this MethodInfo represents
a Method being generated, rather than a Method in a Class that is
loaded into the VM).
|
arguments, clearHashCode, equals, exceptions, hashCode, isConstructor, returnType, signatureisAccessibleInContext, modifiers, myClassInfo, name, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitisAccessibleInContext, modifiers, myClassInfo, namepublic MethodInfoReflectiveImpl(ClassInfo cinfo, Constructor constructor)
public Method getMethod()
MethodInfogetMethod in interface MethodInfogetMethod in class MethodInfoBasepublic Constructor getConstructor()
MethodInfogetConstructor in interface MethodInfogetConstructor in class MethodInfoBaseCopyright © 2017 Oracle. All rights reserved.