Uses of Class
com.thoughtworks.qdox.model.JavaField

Packages that use JavaField
com.thoughtworks.qdox.junit   
com.thoughtworks.qdox.model   
com.thoughtworks.qdox.model.annotation   
 

Uses of JavaField in com.thoughtworks.qdox.junit
 

Methods in com.thoughtworks.qdox.junit with parameters of type JavaField
private static void APITestCase.assertFieldEquals(JavaField expected, JavaField actual)
          Compares an actual field to an expected one.
 

Uses of JavaField in com.thoughtworks.qdox.model
 

Fields in com.thoughtworks.qdox.model declared as JavaField
private  JavaField[] JavaClass.fieldsArray
           
 

Methods in com.thoughtworks.qdox.model that return JavaField
 JavaField JavaClass.getFieldByName(java.lang.String name)
           
 JavaField[] JavaClass.getFields()
           
 

Methods in com.thoughtworks.qdox.model with parameters of type JavaField
 void JavaClass.addField(JavaField javaField)
           
 

Uses of JavaField in com.thoughtworks.qdox.model.annotation
 

Fields in com.thoughtworks.qdox.model.annotation declared as JavaField
private  JavaField AnnotationFieldRef.field
           
 

Methods in com.thoughtworks.qdox.model.annotation that return JavaField
 JavaField AnnotationFieldRef.getField()
           
protected  JavaField AnnotationFieldRef.resolveField(JavaClass javaClass, int start, int end)
           
 

Methods in com.thoughtworks.qdox.model.annotation with parameters of type JavaField
protected abstract  java.lang.Object EvaluatingVisitor.getFieldReferenceValue(JavaField javaField)