| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.classscan.bcel.BcelField
public class BcelField
| Constructor Summary | |
|---|---|
BcelField(org.apache.bcel.classfile.Field field)
 | 
|
| Method Summary | |
|---|---|
 MetaAnnotation | 
getAnnotation(String annotationName)
Get metadata about a particular annotation on the corresponding field.  | 
 Set<? extends MetaAnnotation> | 
getAnnotations()
Get metadata about the annotations on the field.  | 
 String | 
getName()
Get the name of the method or constructor  | 
 MetaType | 
getType()
Get metadata about the field's type  | 
 boolean | 
isStatic()
Get whether the corresponding field is a static field  | 
 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 BcelField(org.apache.bcel.classfile.Field field)
| Method Detail | 
|---|
public boolean resolve(SpiMetaClassLoader classLoader)
HasResolve
resolve in interface HasResolvepublic String getName()
MetaField
getName in interface HasNamegetName in interface MetaFieldpublic Set<? extends MetaAnnotation> getAnnotations()
MetaField
getAnnotations in interface MetaFieldpublic MetaAnnotation getAnnotation(String annotationName)
MetaField
getAnnotation in interface MetaFieldannotationName - The name of the annotation desired
public boolean isStatic()
MetaField
isStatic in interface MetaFieldpublic MetaType getType()
MetaField
getType in interface MetaField
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||