public interface MethodData
| Modifier and Type | Method and Description |
|---|---|
ParameterKey[] |
getSignature()
Get the signature of this method.
|
ParameterKey |
getSignature(int idx)
Get the signature for the parameter at the specified 0-based index.
|
ParameterKey[] getSignature()
ParameterKey getSignature(int idx)
idx - The 0-based index for the parameter.