Package | Description |
---|---|
com.thoughtworks.qdox.builder |
Provides classes which transform the structs from the JavaParser to 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 |
---|---|
static DefaultJavaType |
TypeAssembler.createUnresolved(TypeDef typeDef,
int dimensions,
JavaClassParent context)
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,
JavaClassParent context) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultJavaParameterizedType |
class |
DefaultJavaTypeVariable<D extends JavaGenericDeclaration>
Equivalent of
TypeVariable |
class |
DefaultJavaWildcardType
Equivalent of
WildcardType
This class supports both the 'super' and 'extends' wildcards. |
Modifier and Type | Field and Description |
---|---|
static DefaultJavaType |
DefaultJavaType.VOID |
Modifier and Type | Method and Description |
---|---|
static DefaultJavaType |
DefaultJavaType.createUnresolved(String name,
int dimensions,
JavaClassParent context) |
Copyright © 2002–2014. All rights reserved.