Utility class for working with MethodNodes
Type Params | Return Type | Name and description |
---|---|---|
|
static String |
methodDescriptor(MethodNode mNode) Return the method node's descriptor which includes its return type, name and parameter types without generics. |
|
static String |
methodDescriptorWithoutReturnType(MethodNode mNode) Return the method node's descriptor including its name and parameter types without generics. |
Return the method node's descriptor which includes its return type, name and parameter types without generics.
mNode
- the method nodeReturn the method node's descriptor including its name and parameter types without generics.
mNode
- the method node