| Class and Description |
|---|
| JavaSource
Represents a Java type in source form.
|
| Class and Description |
|---|
| VisibilityScopedSource
Represents a Java source element that has a certain visibility scope.
|
| Class and Description |
|---|
| AbstractableSource
Represents a Java source element that may be declared
abstract. |
| AnnotationElementSource
Represents an element definition of a
JavaAnnotationSource. |
| AnnotationElementSource.DefaultValue
Represents the default value of an
AnnotationElementSource and provides mechanisms to set that value. |
| AnnotationSource
Represents an annotation on some Java source element.
|
| AnnotationTargetSource
Represents a Java source element that may carry annotations.
|
| EnumConstantSource
Represents one of the constant members of a
JavaEnumSource. |
| EnumConstantSource.Body
Represents the anonymous subclass "body" of an
EnumConstantSource. |
| ExtendableSource
Represents a
JavaSource that can extend other types (Java inheritance and interfaces). |
| FieldHolderSource
Represents a
JavaSource that may contain field definitions. |
| FieldSource |
| GenericCapableSource
Represents a Java source element that may define type variables.
|
| Import
Represents an imported element in a
JavaSource. |
| Importer
Defines the aspect of
JavaSource that handles type imports. |
| InterfaceCapableSource
Represents a
JavaSource that may implement one or more interfaces. |
| JavaAnnotationSource
Represents a Java
@interface annotation source file as an in-memory modifiable element. |
| JavaSource
Represents a Java type in source form.
|
| MemberHolderSource
Represents a
JavaSource that may declare fields or methods. |
| MemberSource
Represents a
JavaSource member. |
| MethodHolderSource
Represents a
JavaSource that may declare methods. |
| MethodSource
Represents a Java Method in source form.
|
| NamedSource
Represents a named Java source element.
|
| PackagedSource
Represents a
JavaSource that may be declared as belonging to a particular Java package. |
| ParameterSource
Represents a parameter of a
MethodSource. |
| PropertyHolderSource
Represents a
JavaSource that may contain PropertySource definitions. |
| PropertySource
Source variant of
Property interface. |
| TypeVariableSource
Represents a type variable of a
GenericCapableSource JavaSource. |
| VisibilityScopedSource
Represents a Java source element that has a certain visibility scope.
|
| Class and Description |
|---|
| FieldSource |
| JavaClassSource
Represents a Java
class source file as an in-memory modifiable element. |
| Class and Description |
|---|
| JavaSource
Represents a Java type in source form.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.