Interface | Description |
---|---|
JavaDocAware |
Provides access for Javadoc-aware elements.
|
ModelFactory |
Provides factory access to create a
SourceDef from a URL. |
ModifiersAware |
Provides access for modifiers-aware elments.
|
NameAware |
Provides access for name-aware elements.
|
ParametersAware |
Provides access to parameter-aware elements.
|
ThrowsAware |
Provides access to throws-aware elements.
|
TypeParametersAware |
Provides access to type parameters-aware elements.
|
Class | Description |
---|---|
AnnotationDef |
Representation of an annotation definition.
|
ClassDef |
Representation of a class definition.
|
ClassDef.Type |
Psuedo-enum for class type.
|
ConstructorDef |
Representation of a constructor definition.
|
Element |
Basic type which all model elements extend from.
|
Entity |
Basic type which all entities extend from.
|
EnumConstantDef |
Representation of an enum constant definition.
|
EnumDef |
Representation of an enum definition.
|
FieldDef |
Representation of a field definition.
|
ImportDef |
Representation of an import definition.
|
InterfaceDef |
Representation of an interface definition.
|
JavaDocDef |
Representation of Javadoc definition.
|
JavaDocParser |
Parses doclet tags from javadoc.
|
MethodDef |
Representation of a method definition.
|
MethodDef.Type |
Psuedo-enum for method type.
|
ModelFactorySupport |
Provides support for
ModelFactory implementations. |
ModifiersDef |
Representation of for entity modifiers.
|
NamedElement |
Basic type for named elements.
|
PackageDef |
Representation of a package definition.
|
ParameterDef |
Representation of a parameter definition.
|
SourceDef |
Representation of a source file definition.
|
SuperParameterDef |
Representation of a super-parameter definition.
|
TagDef |
Representation of Javadoc tag definition.
|
TypeDef |
Representation of a type definition.
|
TypeParameterDef |
Representation of a type parameter (generics) definition.
|
Copyright © 2006–2013 Codehaus. All rights reserved.