| Interface | Description |
|---|---|
| Abstractable<T> | |
| Annotation<O extends JavaSource<O>> | |
| AnnotationElement | |
| AnnotationElement.DefaultValue |
Represents the default value of a given annotation element and provides mechanisms to set that value.
|
| AnnotationTarget<O extends JavaSource<O>,T> | |
| EnumConstant<O extends JavaSource<O>> | |
| EnumConstant.Body |
Represents the anonymous subclass "body" of an enum constant.
|
| Extendable<O extends JavaSource<O>> |
Represents a
JavaSource that can extend other types. |
| Field<O extends JavaSource<O>> | |
| FieldHolder<O extends JavaSource<O>> | |
| GenericCapable<T> | |
| Import | |
| Importer<O extends JavaSource<?>> | |
| InterfaceCapable<T extends JavaSource<T>> | |
| JavaAnnotation |
Represents a Java
Annotation source file as an in-memory modifiable
element. |
| JavaClass |
Represents a Java
Class or interface source file as an in-memory modifiable element. |
| JavaEnum |
Represents a Java
Enum source file as an in-memory modifiable element. |
| JavaInterface | |
| JavaPackageInfo |
Represents a Java Package Info.
|
| JavaSource<T extends JavaSource<T>> | |
| JavaType<T extends JavaSource<T>> | |
| Member<O extends JavaSource<O>,T> |
Represents a
JavaClass member. |
| MemberHolder<O extends JavaSource<O>,T> | |
| Method<O extends JavaSource<O>> |
Represents a Java Method.
|
| MethodHolder<O extends JavaSource<O>> | |
| Named<T> | |
| Packaged<T> | |
| Parameter<O extends JavaSource<O>> | |
| SyntaxError |
Describes a syntax problem in a
JavaClass. |
| Type<O extends JavaSource<O>> | |
| ValuePair | |
| VisibilityScoped<T> |
| Enum | Description |
|---|---|
| SourceType | |
| Visibility |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.