public class Names
extends java.lang.Object
Constructor and Description |
---|
Names() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
computeEffectiveMethodName(java.lang.String name)
Computes the real method name.
|
static java.lang.String |
getMethodIdentifier(org.objectweb.asm.tree.MethodNode method)
Extract an identifier from the given method name.
|
static boolean |
isCustomAnnotation(java.lang.String desc)
Check if the given annotation descriptor is an iPOJO custom annotation.
|
public static java.lang.String computeEffectiveMethodName(java.lang.String name)
__M_
). This method just removes the prefix if found.name
- the collected method namepublic static java.lang.String getMethodIdentifier(org.objectweb.asm.tree.MethodNode method)
method
- method's namepublic static boolean isCustomAnnotation(java.lang.String desc)
desc
- annotation descriptorCopyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.