Package | Description |
---|---|
com.thoughtworks.qdox.builder.impl |
Provides the default implementation of the classes which transform the structs from the JavaParser to the Java model elements
|
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 | Method and Description |
---|---|
private <G extends JavaGenericDeclaration> |
ModelBuilder.createTypeVariable(TypeVariableDef typeVariableDef,
G genericDeclaration) |
Modifier and Type | Method and Description |
---|---|
private static JavaClass |
ModelBuilder.getContext(JavaGenericDeclaration genericDeclaration) |
Modifier and Type | Interface and Description |
---|---|
interface |
JavaTypeVariable<D extends JavaGenericDeclaration> |
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 |
JavaExecutable
A shared interface for the common functionality of Method and Constructor.
|
interface |
JavaMethod |
Modifier and Type | Method and Description |
---|---|
<D extends JavaGenericDeclaration> |
JavaGenericDeclaration.getTypeParameters()
Equivalent of
GenericDeclaration.getTypeParameters() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultJavaTypeVariable<D extends JavaGenericDeclaration>
Equivalent of
TypeVariable |
Modifier and Type | Class and Description |
---|---|
class |
DefaultJavaClass |
class |
DefaultJavaConstructor |
class |
DefaultJavaExecutable
The BaseMethod contains all methods used by both JavaMethod and JavaConstructor
|
class |
DefaultJavaMethod |
class |
DefaultJavaParameterizedType |
class |
DefaultJavaType
The default implementation for
JavaType |
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.
|
Modifier and Type | Field and Description |
---|---|
private D |
DefaultJavaTypeVariable.genericDeclaration |
Modifier and Type | Method and Description |
---|---|
protected static <D extends JavaGenericDeclaration> |
DefaultJavaType.getGenericValue(JavaType base,
java.util.List<JavaTypeVariable<D>> typeVariableList) |
protected static <D extends JavaGenericDeclaration> |
DefaultJavaType.getResolvedFullyQualifiedName(JavaType base,
java.util.List<JavaTypeVariable<D>> typeParameters) |
protected static <D extends JavaGenericDeclaration> |
DefaultJavaType.getResolvedGenericFullyQualifiedName(JavaType base,
java.util.List<JavaTypeVariable<D>> typeParameters) |
protected static <D extends JavaGenericDeclaration> |
DefaultJavaType.getResolvedGenericValue(JavaType base,
java.util.List<JavaTypeVariable<D>> typeParameters) |
protected static <D extends JavaGenericDeclaration> |
DefaultJavaType.getResolvedValue(JavaType base,
java.util.List<JavaTypeVariable<D>> typeParameters) |
<D extends JavaGenericDeclaration> |
DefaultJavaType.getTypeParameters()
Equivalent of
GenericDeclaration.getTypeParameters() |
protected static <D extends JavaGenericDeclaration> |
DefaultJavaType.resolve(JavaType base,
java.util.List<JavaTypeVariable<D>> typeParameters) |