|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.ipojo.manipulation.MethodDescriptor
public class MethodDescriptor
Method Descriptor describe a method.
Constructor Summary | |
---|---|
MethodDescriptor(String name,
String desc)
Constructor. |
Method Summary | |
---|---|
void |
addAnnotation(ClassChecker.AnnotationDescriptor ann)
Add an annotation to the current method. |
List |
getAnnotations()
|
String |
getDescriptor()
|
Element |
getElement()
Compute method manipulation metadata. |
String |
getName()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MethodDescriptor(String name, String desc)
name
- : name of the method.desc
- : descriptor of the method.Method Detail |
---|
public void addAnnotation(ClassChecker.AnnotationDescriptor ann)
ann
- annotation to addpublic List getAnnotations()
public String getDescriptor()
public Element getElement()
public String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |