public interface HasMethods
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends MethodInfo> |
getAllMethods()
Returns list of all methods, including indirect descendants.
|
java.util.List<? extends MethodInfo> |
getMethods()
Returns list of methods
|
@NotNull java.util.List<? extends MethodInfo> getMethods()
@NotNull java.util.List<? extends MethodInfo> getAllMethods()