| Package | Description |
|---|---|
| org.jboss.forge.roaster.model | |
| org.jboss.forge.roaster.model.source |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
EnumConstant.ReadBody<O extends EnumConstant.ReadBody<O>>
Represents the anonymous subclass "body" of a
EnumConstant. |
interface |
JavaAnnotation<O extends JavaAnnotation<O>>
Represents a Java
@interface annotation type. |
interface |
JavaClass<O extends JavaClass<O>>
Represents a Java
class type. |
interface |
JavaEnum<O extends JavaEnum<O>>
Represents a Java
enum type. |
interface |
JavaInterface<O extends JavaInterface<O>>
Represents a Java
interface type. |
interface |
JavaPackageInfo<O extends JavaPackageInfo<O>>
Represents a Java Package Info descriptor.
|
interface |
JavaType<T extends JavaType<T>>
Represents a Java type.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
EnumConstantSource.Body
Represents the anonymous subclass "body" of an
EnumConstantSource. |
interface |
JavaAnnotationSource
Represents a Java
@interface annotation source file as an in-memory modifiable element. |
interface |
JavaClassSource
Represents a Java
class source file as an in-memory modifiable element. |
interface |
JavaEnumSource
Represents a Java
enum source file as an in-memory modifiable element. |
interface |
JavaInterfaceSource
Represents a Java
interface source file as an in-memory modifiable element. |
interface |
JavaPackageInfoSource
Represents a Java Package Info descriptor source file.
|
interface |
JavaSource<T extends JavaSource<T>>
Represents a Java type in source form.
|
interface |
PackagedSource<T>
Represents a
JavaSource that may be declared as belonging to a particular Java package. |
Copyright © 2014 JBoss by Red Hat. All rights reserved.