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.expression |
Provides classes reflecting the Java expressions.
|
com.thoughtworks.qdox.model.impl |
Provides the default implementation of the classes reflecting the Java model elements.
|
com.thoughtworks.qdox.writer.impl |
Provides the default implementation of classes to write Java model elements in any style.
|
Constructor and Description |
---|
DefaultJavaAnnotationAssembler(JavaAnnotatedElement parent) |
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 |
interface |
JavaParameter
JavaParameter is an extended version of JavaClass and doesn't exist in the java api.
|
Modifier and Type | Method and Description |
---|---|
JavaAnnotatedElement |
DocletTag.getContext()
The element to which this tag applies.
|
Modifier and Type | Method and Description |
---|---|
DocletTag |
DocletTagFactory.createDocletTag(String tag,
String text,
JavaAnnotatedElement context,
int lineNumber) |
Modifier and Type | Method and Description |
---|---|
void |
FieldRef.setContext(JavaAnnotatedElement context) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultJavaClass |
class |
DefaultJavaConstructor |
class |
DefaultJavaField |
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.
|
Modifier and Type | Method and Description |
---|---|
JavaAnnotatedElement |
DefaultDocletTag.getContext()
The element to which this tag applies.
|
JavaAnnotatedElement |
DefaultJavaAnnotation.getContext() |
Modifier and Type | Method and Description |
---|---|
DocletTag |
DefaultDocletTagFactory.createDocletTag(String tag,
String text,
JavaAnnotatedElement context,
int lineNumber) |
void |
DefaultJavaAnnotation.setContext(JavaAnnotatedElement context) |
Constructor and Description |
---|
DefaultDocletTag(String name,
String value,
JavaAnnotatedElement context,
int lineNumber) |
DefaultJavaAnnotation(JavaClass type,
JavaAnnotatedElement context,
Map<String,Object> namedParameters,
int lineNumber) |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultModelWriter.commentHeader(JavaAnnotatedElement entity) |
Copyright © 2002–2014. All rights reserved.