public class MethodNodeUtils extends Object
| Modifier and Type | Method and Description | 
|---|---|
static String | 
getPropertyName(MethodNode mNode)
For a method node potentially representing a property, returns the name of the property. 
 | 
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 nodepublic static String getPropertyName(MethodNode mNode)
mNode - a MethodNode