getMethod method
- String name
Returns the method declared in the class/mixin with the given name
, or
null
if there is no such method.
Implementation
MethodDeclaration getMethod(String name);
Returns the method declared in the class/mixin with the given name
, or
null
if there is no such method.
MethodDeclaration getMethod(String name);