public class MethodNodeUtils extends Object
Modifier and Type | Method 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.
|
public static String methodDescriptorWithoutReturnType(MethodNode mNode)
mNode
- the method nodepublic static String methodDescriptor(MethodNode mNode)
mNode
- the method node