public interface IGenericMethod
| Modifier and Type | Method and Description |
|---|---|
char[][] |
getArgumentNames()
Answer the names of the argument
or null if the argument names are not available.
|
int |
getModifiers()
Answer an int whose bits are set according the access constants
defined by the VM spec.
|
boolean |
isConstructor() |