| Package | Description |
|---|---|
| org.codehaus.gmaven.runtime.support.stubgen.model | |
| org.codehaus.gmaven.runtime.support.stubgen.render |
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationDef
Representation of an annotation definition.
|
class |
EnumDef
Representation of an enum definition.
|
class |
InterfaceDef
Representation of an interface definition.
|
| Modifier and Type | Field and Description |
|---|---|
protected ClassDef |
ModelFactorySupport.clazz |
| Modifier and Type | Method and Description |
|---|---|
ClassDef |
FieldDef.getParent() |
ClassDef |
MethodDef.getParent() |
| Modifier and Type | Method and Description |
|---|---|
void |
SourceDef.addClass(ClassDef def) |
void |
FieldDef.setParent(ClassDef parent) |
void |
MethodDef.setParent(ClassDef parent) |
| Modifier and Type | Field and Description |
|---|---|
protected ClassDef |
RendererSupport.clazz |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Renderer |
RendererFactorySupport.createRenderer(ClassDef def) |
| Constructor and Description |
|---|
RendererSupport(ClassDef clazz) |
Copyright © 2006-2013 Codehaus. All Rights Reserved.