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 TypeInterfaceDescriptioninterfaceEquivalent ofAnnotatedElement, providing the most important methods.interfaceinterfaceEquivalent ofClass, providing the most important methods.interfaceModeled equivalent ofConstructor, providing the most important methods.interfaceA shared interface for the common functionality of Method and Constructor.interfaceModeled equivalent ofField, providing the most important methods.interfaceinterfaceinterfaceJavaParameter 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 TypeClassDescriptionclassclassclassclassEvery element of a class, including the class itself is a javaModel.classclassclassclassThe BaseMethod contains all methods used by both JavaMethod and JavaConstructorclassclassclassclassstatic classstatic classstatic classstatic classstatic classclassThe default implementation ofJavaPackage, representing aPackage.classclassclassThe default implementation forJavaTypeclassDefaultJavaTypeVariable<D extends JavaGenericDeclaration>Equivalent ofTypeVariableclassEquivalent ofWildcardTypeThis class supports both the 'super' and 'extends' wildcards.classThis class can be used to access overridden methods while keeping a reference to the original class.