Package | Description |
---|---|
com.thoughtworks.qdox.builder |
Provides classes which transform the structs from the JavaParser to the Java model elements
|
com.thoughtworks.qdox.parser.expression |
Provides classes which make it possible to resolve expression values
|
com.thoughtworks.qdox.parser.structs |
Provides simple models to be constructed by the parser.
|
Modifier and Type | Method and Description |
---|---|
static DefaultJavaType |
TypeAssembler.createUnresolved(TypeDef typeDef,
int dimensions,
TypeResolver typeResolver)
this one is specific for those cases where dimensions can be part of both the type and identifier i.e.
|
static DefaultJavaType |
TypeAssembler.createUnresolved(TypeDef typeDef,
TypeResolver typeResolver) |
Modifier and Type | Method and Description |
---|---|
TypeDef |
TypeRefDef.getTypeDef() |
TypeDef |
CastDef.getTypeDef() |
Constructor and Description |
---|
CastDef(TypeDef type,
ElemValueDef value) |
TypeRefDef(TypeDef typeDef) |
Modifier and Type | Class and Description |
---|---|
class |
WildcardTypeDef
WildcardTypeDef must be a subclass of TypeDef, so it can be used in other classes.
|
Modifier and Type | Method and Description |
---|---|
TypeDef |
MethodDef.getReturnType() |
TypeDef |
ModuleDef.ProvidesDef.getService() |
TypeDef |
ModuleDef.UsesDef.getService() |
TypeDef |
FieldDef.getType() |
TypeDef |
AnnoDef.getTypeDef() |
TypeDef |
WildcardTypeDef.getTypeDef() |
Modifier and Type | Method and Description |
---|---|
List<TypeDef> |
TypeDef.getActualArgumentTypes() |
List<TypeDef> |
TypeVariableDef.getBounds() |
Set<TypeDef> |
MethodDef.getExceptions() |
Set<TypeDef> |
ClassDef.getExtends() |
List<TypeDef> |
ModuleDef.ProvidesDef.getImplementations() |
Set<TypeDef> |
ClassDef.getImplements() |
Modifier and Type | Method and Description |
---|---|
void |
MethodDef.setReturnType(TypeDef returnType) |
void |
FieldDef.setType(TypeDef type) |
Modifier and Type | Method and Description |
---|---|
void |
TypeDef.setActualArgumentTypes(List<TypeDef> actualArgumentTypes) |
void |
TypeVariableDef.setBounds(List<TypeDef> bounds) |
void |
MethodDef.setExceptions(Set<TypeDef> exceptions) |
void |
ClassDef.setExtends(Set<TypeDef> extendz) |
void |
ClassDef.setImplements(Set<TypeDef> implementz) |
Constructor and Description |
---|
AnnoDef(TypeDef typeDef) |
ProvidesDef(TypeDef service) |
UsesDef(TypeDef service) |
WildcardTypeDef(TypeDef typeDef,
String wildcardExpressionType) |
Constructor and Description |
---|
TypeVariableDef(String name,
List<TypeDef> bounds) |
Copyright © 2002–2020. All rights reserved.