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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JavaClass
Equivalent of
Class , providing the most important methods. |
interface |
JavaConstructor
Modeled equivalent of
Constructor , providing the most important methods. |
interface |
JavaField
Modeled equivalent of
Field , providing the most important methods. |
interface |
JavaMethod |
interface |
JavaPackage |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBaseJavaEntity |
class |
AbstractBaseMethod
The BaseMethod contains all methods used by both JavaMethod and JavaConstructor
|
class |
AbstractInheritableJavaEntity |
class |
AbstractJavaEntity |
class |
AbstractJavaModel
Every element of a class, including the class itself is a javaModel.
|
class |
DefaultJavaClass |
class |
DefaultJavaConstructor |
class |
DefaultJavaField |
class |
DefaultJavaInitializer |
class |
DefaultJavaMethod |
class |
DefaultJavaPackage
The default implementation of
JavaPackage , representing a Package . |
class |
DefaultJavaParameter |
class |
DefaultJavaParameterizedType |
class |
DefaultJavaType |
class |
DefaultJavaTypeVariable<D extends JavaGenericDeclaration>
Equivalent of
TypeVariable |
class |
DefaultJavaWildcardType
Equivalent of
WildcardType
This class supports both the 'super' and 'extends' wildcards. |
class |
JavaMethodDelegate
This class can be used to access overridden methods while keeping a reference to the original class.
|
Copyright © 2002–2014. All rights reserved.