Package | Description |
---|---|
com.thoughtworks.qdox.model | |
com.thoughtworks.qdox.model.annotation | |
com.thoughtworks.qdox.parser |
Modifier and Type | Class and Description |
---|---|
class |
WildcardType
This class supports both the 'super' and 'extends' wildcards.
|
Modifier and Type | Field and Description |
---|---|
static Type[] |
Type.EMPTY_ARRAY |
static Type |
Type.VOID |
Modifier and Type | Method and Description |
---|---|
Type |
JavaClass.asType() |
Type |
ModelBuilder.createType(String typeName,
int dimensions) |
Type |
ModelBuilder.createType(TypeDef typeDef) |
Type |
ModelBuilder.createType(TypeDef typeDef,
int dimensions)
this one is specific for those cases where dimensions can be part of both the type and identifier
i.e.
|
static Type |
Type.createUnresolved(String name,
int dimensions,
JavaClassParent context) |
static Type |
Type.createUnresolved(TypeDef typeDef,
int dimensions,
JavaClassParent context) |
static Type |
Type.createUnresolved(TypeDef typeDef,
JavaClassParent context) |
Type[] |
JavaMethod.getExceptions() |
Type[] |
JavaClass.getImplements() |
Type |
JavaMethod.getPropertyType() |
Type |
JavaMethod.getReturns() |
Type |
JavaClass.getSuperClass() |
Type |
Annotation.getType() |
Type |
JavaField.getType() |
Type |
BeanProperty.getType() |
Type |
JavaParameter.getType() |
Modifier and Type | Method and Description |
---|---|
JavaMethod |
JavaClass.getMethodBySignature(String name,
Type[] parameterTypes) |
JavaMethod |
JavaClass.getMethodBySignature(String name,
Type[] parameterTypes,
boolean superclasses) |
JavaMethod[] |
JavaClass.getMethodsBySignature(String name,
Type[] parameterTypes,
boolean superclasses) |
boolean |
Type.isA(Type type) |
void |
JavaMethod.setExceptions(Type[] exceptions) |
void |
JavaClass.setImplementz(Type[] implementz) |
void |
JavaMethod.setReturns(Type returns) |
void |
JavaClass.setSuperClass(Type type) |
void |
JavaField.setType(Type type) |
void |
BeanProperty.setType(Type type) |
boolean |
JavaMethod.signatureMatches(String name,
Type[] parameterTypes) |
Constructor and Description |
---|
Annotation(Type type,
AbstractJavaEntity context,
Map namedParameters,
int lineNumber) |
Annotation(Type type,
int line) |
JavaField(Type type,
String name) |
JavaMethod(Type returns,
String name) |
JavaParameter(Type type,
String name) |
JavaParameter(Type type,
String name,
boolean varArgs) |
Modifier and Type | Method and Description |
---|---|
Type |
AnnotationTypeRef.getType() |
Type |
AnnotationCast.getType() |
Constructor and Description |
---|
AnnotationCast(Type type,
AnnotationValue value) |
AnnotationTypeRef(Type type) |
Modifier and Type | Method and Description |
---|---|
Type |
Builder.createType(String name,
int dimensions)
Deprecated.
|
Type |
Builder.createType(TypeDef name) |
Copyright © 2002-2013. All Rights Reserved.