Class AbstractInheritableJavaEntity
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
- All Implemented Interfaces:
JavaModel, Serializable
- Direct Known Subclasses:
DefaultJavaClass, DefaultJavaExecutable
- Version:
- $Revision$
- Author:
- Aslak Hellesøy
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTagByName(String name, boolean inherited) getTagsByName(String name, boolean inherited) Methods inherited from class AbstractJavaEntity
getDeclaringClass, getModifiers, getName, isAbstract, isFinal, isNative, isPrivate, isProtected, isPublic, isStatic, isStrictfp, isSynchronized, isTransient, isVolatile, setDeclaringClass, setModifiers, setNameMethods inherited from class AbstractBaseJavaEntity
getAnnotations, getComment, getNamedParameter, getSource, getTagByName, getTags, getTagsByName, setAnnotations, setComment, setSource, setTagsMethods inherited from class AbstractJavaModel
getLineNumber, getModelWriter, setLineNumber, setModelWriterFactoryMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface JavaModel
getCodeBlock, getLineNumber
-
Constructor Details
-
AbstractInheritableJavaEntity
public AbstractInheritableJavaEntity()
-
-
Method Details
-
getTagByName
-
getTagsByName
-