|
||||||||||
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(java.lang.String name,
java.lang.String desc)
Constructor. |
Method Summary | |
---|---|
void |
addAnnotation(ClassChecker.AnnotationDescriptor ann)
Add an annotation to the current method. |
void |
addParameterAnnotation(int id,
ClassChecker.AnnotationDescriptor ann)
Add an annotation to the current method. |
java.util.List<ClassChecker.AnnotationDescriptor> |
getAnnotations()
|
java.lang.String |
getDescriptor()
|
org.apache.felix.ipojo.metadata.Element |
getElement()
Compute method manipulation metadata. |
java.lang.String |
getName()
|
java.util.Map<java.lang.Integer,java.util.List<ClassChecker.AnnotationDescriptor>> |
getParameterAnnotations()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MethodDescriptor(java.lang.String name, java.lang.String desc)
name
- : name of the method.desc
- : descriptor of the method.Method Detail |
---|
public void addAnnotation(ClassChecker.AnnotationDescriptor ann)
ann
- annotation to addpublic void addParameterAnnotation(int id, ClassChecker.AnnotationDescriptor ann)
ann
- annotation to addpublic java.util.List<ClassChecker.AnnotationDescriptor> getAnnotations()
public java.util.Map<java.lang.Integer,java.util.List<ClassChecker.AnnotationDescriptor>> getParameterAnnotations()
public java.lang.String getDescriptor()
public org.apache.felix.ipojo.metadata.Element getElement()
public java.lang.String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |