Uses of Class
com.thoughtworks.qdox.model.JavaField
-
Packages that use JavaField Package Description 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 Modifier and Type Method Description JavaField
JavaClass. getFieldByName(java.lang.String name)
JavaField[]
JavaClass. getFields()
Methods in com.thoughtworks.qdox.model with parameters of type JavaField Modifier and Type Method Description void
JavaClass. addField(JavaField javaField)
-
Uses of JavaField in com.thoughtworks.qdox.model.annotation
Methods in com.thoughtworks.qdox.model.annotation that return JavaField Modifier and Type Method Description 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 Modifier and Type Method Description protected abstract java.lang.Object
EvaluatingVisitor. getFieldReferenceValue(JavaField javaField)
-