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

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

Uses of AbstractJavaEntity in com.thoughtworks.qdox.model
 

Subclasses of AbstractJavaEntity in com.thoughtworks.qdox.model
 class AbstractInheritableJavaEntity
           
 class JavaClass
           
 class JavaField
           
 class JavaMethod
           
 

Methods in com.thoughtworks.qdox.model that return AbstractJavaEntity
 AbstractJavaEntity Annotation.getContext()
           
 AbstractJavaEntity DocletTag.getContext()
           
 AbstractJavaEntity DefaultDocletTag.getContext()
           
 

Methods in com.thoughtworks.qdox.model with parameters of type AbstractJavaEntity
 DocletTag DocletTagFactory.createDocletTag(java.lang.String tag, java.lang.String text, AbstractJavaEntity context, int lineNumber)
           
 DocletTag DefaultDocletTagFactory.createDocletTag(java.lang.String tag, java.lang.String text, AbstractJavaEntity context, int lineNumber)
           
 void Annotation.setContext(AbstractJavaEntity context)
           
 

Constructors in com.thoughtworks.qdox.model with parameters of type AbstractJavaEntity
Annotation(Type type, AbstractJavaEntity context, java.util.Map namedParameters, int lineNumber)
           
DefaultDocletTag(java.lang.String name, java.lang.String value, AbstractJavaEntity context, int lineNumber)
           
 

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

Methods in com.thoughtworks.qdox.model.annotation that return AbstractJavaEntity
 AbstractJavaEntity AnnotationFieldRef.getContext()
           
 

Methods in com.thoughtworks.qdox.model.annotation with parameters of type AbstractJavaEntity
 void AnnotationFieldRef.setContext(AbstractJavaEntity context)
           
 



Copyright © 2002-2009. All Rights Reserved.