Uses of Interface
com.thoughtworks.qdox.model.JavaMember
-
Packages that use JavaMember 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 JavaMember in com.thoughtworks.qdox.model
Subinterfaces of JavaMember in com.thoughtworks.qdox.model Modifier and Type Interface Description 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
-
Uses of JavaMember in com.thoughtworks.qdox.model.impl
Classes in com.thoughtworks.qdox.model.impl that implement JavaMember Modifier and Type Class Description class
DefaultJavaConstructor
class
DefaultJavaExecutable
The BaseMethod contains all methods used by both JavaMethod and JavaConstructorclass
DefaultJavaField
class
DefaultJavaMethod
class
JavaMethodDelegate
This class can be used to access overridden methods while keeping a reference to the original class.
-