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