public interface MethodDef extends Descriptored
| Modifier and Type | Method and Description |
|---|---|
Collection<LocalVariableDef> |
getLocalVariables()
Gets all local variable elements belonging to this method element.
|
Collection<ParameterDef> |
getParameters()
Gets all parameter elements belonging to this method element.
|
getDescriptorgetComment, getName, getRawNameCollection<ParameterDef> getParameters()
Collection<LocalVariableDef> getLocalVariables()