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 JavaFieldJavaClass. getFieldByName(java.lang.String name)JavaField[]JavaClass. getFields()Methods in com.thoughtworks.qdox.model with parameters of type JavaField Modifier and Type Method Description voidJavaClass. 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 JavaFieldAnnotationFieldRef. getField()protected JavaFieldAnnotationFieldRef. 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.ObjectEvaluatingVisitor. getFieldReferenceValue(JavaField javaField)
-