Package | Description |
---|---|
com.thoughtworks.qdox.model |
Modifier and Type | Class and Description |
---|---|
class |
JavaClass |
class |
JavaSource |
Modifier and Type | Field and Description |
---|---|
private JavaClassParent |
Type.context |
private JavaClassParent |
ModelBuilder.currentParent |
private JavaClassParent |
AbstractJavaEntity.parent |
Modifier and Type | Method and Description |
---|---|
JavaClassParent |
Type.getJavaClassParent() |
JavaClassParent |
AbstractJavaEntity.getParent() |
Modifier and Type | Method and Description |
---|---|
static Type |
Type.createUnresolved(java.lang.String name,
int dimensions,
JavaClassParent context) |
void |
AbstractJavaEntity.setParent(JavaClassParent parent) |
Constructor and Description |
---|
Type(java.lang.String fullName,
int dimensions,
JavaClassParent context) |
Type(java.lang.String fullName,
java.lang.String name,
int dimensions,
JavaClassParent context) |