The call type of the method. @since 1.0.0
()
| 239 | * @since 1.0.0 |
| 240 | */ |
| 241 | public MethodType getType() { |
| 242 | return type; |
| 243 | } |
| 244 | |
| 245 | /** |
| 246 | * The fully qualified name of the method. |
nothing calls this directly
no outgoing calls
no test coverage detected