Uses of Interface
com.thoughtworks.qdox.model.JavaModel
Packages that use JavaModel
Package
Description
Provides classes reflecting the Java model elements.
Provides the default implementation of the classes reflecting the Java model elements.
-
Uses of JavaModel in com.thoughtworks.qdox.model
Subinterfaces of JavaModel in com.thoughtworks.qdox.modelModifier and TypeInterfaceDescriptioninterface
Equivalent ofAnnotatedElement
, providing the most important methods.interface
interface
Equivalent ofClass
, providing the most important methods.interface
Modeled equivalent ofConstructor
, providing the most important methods.interface
A shared interface for the common functionality of Method and Constructor.interface
Modeled equivalent ofField
, providing the most important methods.interface
interface
interface
JavaParameter is an extended version of JavaClass and doesn't exist in the java api. -
Uses of JavaModel in com.thoughtworks.qdox.model.impl
Classes in com.thoughtworks.qdox.model.impl that implement JavaModelModifier and TypeClassDescriptionclass
class
class
class
Every element of a class, including the class itself is a javaModel.class
class
class
class
The BaseMethod contains all methods used by both JavaMethod and JavaConstructorclass
class
class
class
static class
static class
static class
static class
static class
class
The default implementation ofJavaPackage
, representing aPackage
.class
class
class
The default implementation forJavaType
class
DefaultJavaTypeVariable<D extends JavaGenericDeclaration>
Equivalent ofTypeVariable
class
Equivalent ofWildcardType
This class supports both the 'super' and 'extends' wildcards.class
This class can be used to access overridden methods while keeping a reference to the original class.