java.lang.Object
com.thoughtworks.qdox.model.impl.AbstractJavaModel
com.thoughtworks.qdox.model.impl.AbstractBaseJavaEntity
- 所有已实现的接口:
JavaModel,Serializable
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Not every entity has a parentClass, but AnnotationFieldRef requires access to it.getNamedParameter(String tagName, String parameterName) Convenience method forgetTagByName(String).getNamedParameter(String)that also checks for null tag.getTagByName(String name) getTags()getTagsByName(String name) voidsetAnnotations(List<JavaAnnotation> annotations) voidsetComment(String comment) voidsetSource(JavaSource source) void从类继承的方法 com.thoughtworks.qdox.model.impl.AbstractJavaModel
getLineNumber, getModelWriter, setLineNumber, setModelWriterFactory从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.thoughtworks.qdox.model.JavaModel
getCodeBlock
-
构造器详细资料
-
AbstractBaseJavaEntity
public AbstractBaseJavaEntity()
-
-
方法详细资料
-
getSource
-
setSource
-
getAnnotations
-
setAnnotations
-
getDeclaringClass
Not every entity has a parentClass, but AnnotationFieldRef requires access to it. When used with JavaClass, don't confuse this with getSuperClass()- 返回:
- the surrounding class
-
getComment
-
setComment
-
getTags
-
getTagsByName
-
getTagByName
-
getNamedParameter
Convenience method forgetTagByName(String).getNamedParameter(String)that also checks for null tag.- 参数:
tagName- the name of the docletTagparameterName- the name of the parameter- 返回:
- the value of the named parameter
- 从以下版本开始:
- 1.3
-
setTags
-