|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.ipojo.manipulator.metadata.annotation.visitor.util.Names
public class Names
Constructor Summary | |
---|---|
Names()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Names()
Method Detail |
---|
public static java.lang.String computeEffectiveMethodName(java.lang.String name)
__M_
). This method just removes the prefix if found.
name
- the collected method name
public static java.lang.String getMethodIdentifier(org.objectweb.asm.tree.MethodNode method)
method
- method's name
public static boolean isCustomAnnotation(java.lang.String desc)
desc
- annotation descriptor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |