Uses of Class
com.thoughtworks.qdox.model.impl.AbstractBaseJavaEntity
-
Packages that use AbstractBaseJavaEntity Package Description com.thoughtworks.qdox.builder.impl Provides the default implementation of the classes which transform the structs from the JavaParser to the Java model elementscom.thoughtworks.qdox.model.impl Provides the default implementation of the classes reflecting the Java model elements. -
-
Uses of AbstractBaseJavaEntity in com.thoughtworks.qdox.builder.impl
Methods in com.thoughtworks.qdox.builder.impl with parameters of type AbstractBaseJavaEntity Modifier and Type Method Description private void
ModelBuilder. addJavaDoc(AbstractBaseJavaEntity entity)
private void
ModelBuilder. setAnnotations(AbstractBaseJavaEntity entity)
-
Uses of AbstractBaseJavaEntity in com.thoughtworks.qdox.model.impl
Subclasses of AbstractBaseJavaEntity in com.thoughtworks.qdox.model.impl Modifier and Type Class Description class
AbstractInheritableJavaEntity
class
AbstractJavaEntity
class
DefaultJavaClass
class
DefaultJavaConstructor
class
DefaultJavaExecutable
The BaseMethod contains all methods used by both JavaMethod and JavaConstructorclass
DefaultJavaField
class
DefaultJavaMethod
class
DefaultJavaPackage
The default implementation ofJavaPackage
, representing aPackage
.class
DefaultJavaParameter
-