public interface Method
Modifier and Type | Method and Description |
---|---|
int |
getAccess() |
String |
getDescriptor() |
String[] |
getExceptions() |
String |
getName() |
ClassFile |
getOwningClass() |
Collection<String> |
getReferencedClasses() |
Collection<MethodRef> |
getReferencedMethods() |
MethodRef |
getSelfReference() |
String |
getSignature()
Used only when method's parameters or return type use generics.
|
boolean |
isNative() |
String getName()
String getDescriptor()
int getAccess()
String getSignature()
String[] getExceptions()
Collection<MethodRef> getReferencedMethods()
Collection<String> getReferencedClasses()
MethodRef getSelfReference()
boolean isNative()
Copyright © 2009–2023 Oracle Corporation. All rights reserved.