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

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

Uses of JavaField in com.thoughtworks.qdox.model
 

Methods in com.thoughtworks.qdox.model that return JavaField
 JavaField JavaClass.getFieldByName(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
 

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  Object EvaluatingVisitor.getFieldReferenceValue(JavaField javaField)
           
 



Copyright © 2002-2011. All Rights Reserved.