| Modifier and Type | Method and Description |
|---|---|
MethodInfo |
MethodParameterInfo.getMethodInfo()
Get the
MethodInfo for the defining method. |
MethodInfo |
MethodInfoList.getSingleMethod(String methodName)
Returns a single method with the given name, or null if not found.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MethodInfoList.MethodInfoFilter.accept(MethodInfo methodInfo)
Whether or not to allow an
MethodInfo list item through the filter. |
int |
MethodInfo.compareTo(MethodInfo other)
Sort in order of class name, method name, then type descriptor.
|
| Constructor and Description |
|---|
MethodInfoList(Collection<MethodInfo> methodInfoCollection)
Construct a new modifiable empty
MethodInfoList, given an initial collection of MethodInfo
objects. |
Copyright © 2024. All rights reserved.