@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, signature
isAccessibleInContext, modifiers, myClassInfo, name, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
isAccessibleInContext, modifiers, myClassInfo, name
public MethodInfoReflectiveImpl(ClassInfo cinfo, Constructor constructor)
public Method getMethod()
MethodInfo
getMethod
in interface MethodInfo
getMethod
in class MethodInfoBase
public Constructor getConstructor()
MethodInfo
getConstructor
in interface MethodInfo
getConstructor
in class MethodInfoBase
Copyright © 2017 Oracle. All rights reserved.