Uses of Interface
com.thoughtworks.qdox.model.JavaMember
Packages that use JavaMember
Package
Description
Provides classes reflecting the Java model elements.
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.modelModifier and TypeInterfaceDescriptioninterfaceModeled 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.interface -
Uses of JavaMember in com.thoughtworks.qdox.model.impl
Classes in com.thoughtworks.qdox.model.impl that implement JavaMemberModifier and TypeClassDescriptionclassclassThe BaseMethod contains all methods used by both JavaMethod and JavaConstructorclassclassclassThis class can be used to access overridden methods while keeping a reference to the original class.