getMethod method

MethodDescriptor getMethod(
  1. String name
)

return a named field. name the field name

Implementation

MethodDescriptor getMethod(String name) {
  return getProperty<MethodDescriptor>(name);
}