java.lang.Object
com.thoughtworks.qdox.model.impl.AbstractJavaModel
com.thoughtworks.qdox.model.impl.AbstractBaseJavaEntity
com.thoughtworks.qdox.model.impl.AbstractJavaEntity
com.thoughtworks.qdox.model.impl.AbstractInheritableJavaEntity
- 所有已实现的接口:
JavaModel,Serializable
- 直接已知子类:
DefaultJavaClass,DefaultJavaExecutable
- 版本:
- $Revision$
- 作者:
- Aslak Hellesøy
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getTagByName(String name, boolean inherited) getTagsByName(String name, boolean inherited) 从类继承的方法 com.thoughtworks.qdox.model.impl.AbstractJavaEntity
getDeclaringClass, getModifiers, getName, isAbstract, isFinal, isNative, isPrivate, isProtected, isPublic, isStatic, isStrictfp, isSynchronized, isTransient, isVolatile, setDeclaringClass, setModifiers, setName从类继承的方法 com.thoughtworks.qdox.model.impl.AbstractBaseJavaEntity
getAnnotations, getComment, getNamedParameter, getSource, getTagByName, getTags, getTagsByName, setAnnotations, setComment, setSource, setTags从类继承的方法 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, getLineNumber
-
构造器详细资料
-
AbstractInheritableJavaEntity
public AbstractInheritableJavaEntity()
-
-
方法详细资料
-
getTagByName
-
getTagsByName
-