Returns the method name. Special names: "<init>" for constructors, "<clinit>" for static initializers. @return the method's identifier
()
| 158 | * @return the method's identifier |
| 159 | */ |
| 160 | public String getName() { |
| 161 | return name; |
| 162 | } |
| 163 | |
| 164 | /** |
| 165 | * Returns the parameter list for this method. |
no outgoing calls
no test coverage detected