|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.classscan.bcel.BcelParameter
public class BcelParameter
| Constructor Summary | |
|---|---|
BcelParameter(org.apache.bcel.generic.Type argType,
org.apache.bcel.classfile.ParameterAnnotationEntry annotationEntry)
|
|
| Method Summary | |
|---|---|
MetaAnnotation |
getAnnotation(String annotationName)
Get metadata about a particular annotation on the parameter. |
Set<? extends MetaAnnotation> |
getAnnotations()
Get metadata about the annotations on the parameter. |
MetaType |
getType()
Get metadata about the type of the parameter |
boolean |
resolve(SpiMetaClassLoader classLoader)
Resolve names into model entries |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BcelParameter(org.apache.bcel.generic.Type argType,
org.apache.bcel.classfile.ParameterAnnotationEntry annotationEntry)
| Method Detail |
|---|
public boolean resolve(SpiMetaClassLoader classLoader)
HasResolve
resolve in interface HasResolvepublic Set<? extends MetaAnnotation> getAnnotations()
MetaParameter
getAnnotations in interface MetaParameterpublic MetaAnnotation getAnnotation(String annotationName)
MetaParameter
getAnnotation in interface MetaParameterannotationName - The name of the annotation desired
public MetaType getType()
MetaParameter
getType in interface MetaParameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||