Uses of Interface
com.thoughtworks.qdox.model.JavaModel
-
Packages that use JavaModel Package Description com.thoughtworks.qdox.model Provides classes reflecting the Java model elements.com.thoughtworks.qdox.model.impl 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.model Modifier and Type Interface Description interface
JavaAnnotatedElement
Equivalent ofAnnotatedElement
, providing the most important methods.interface
JavaAnnotation
interface
JavaClass
Equivalent ofClass
, providing the most important methods.interface
JavaConstructor
Modeled equivalent ofConstructor
, providing the most important methods.interface
JavaExecutable
A shared interface for the common functionality of Method and Constructor.interface
JavaField
Modeled equivalent ofField
, providing the most important methods.interface
JavaMethod
interface
JavaPackage
interface
JavaParameter
JavaParameter is an extended version of JavaClass and doesn't exist in the java api. -
Uses of JavaModel in com.thoughtworks.qdox.model.impl
-