Uses of Class
com.thoughtworks.qdox.model.impl.AbstractBaseJavaEntity
Packages that use AbstractBaseJavaEntity
Package
Description
Provides the default implementation of the classes which transform the structs from the JavaParser to the Java model elements
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 AbstractBaseJavaEntityModifier and TypeMethodDescriptionprivate 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.implModifier and TypeClassDescriptionclass
class
class
class
class
The BaseMethod contains all methods used by both JavaMethod and JavaConstructorclass
class
class
The default implementation ofJavaPackage
, representing aPackage
.class