| Package | Description |
|---|---|
| org.jboss.forge.roaster.model.source |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AnnotationElementSource
Represents an element definition of a
JavaAnnotationSource. |
interface |
EnumConstantSource
Represents one of the constant members of a
JavaEnumSource. |
static interface |
EnumConstantSource.Body
Represents the anonymous subclass "body" of an
EnumConstantSource. |
interface |
FieldSource<O extends JavaSource<O>>
|
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 |
MemberSource<O extends JavaSource<O>,T>
Represents a
JavaSource member. |
interface |
MethodSource<O extends JavaSource<O>>
Represents a Java Method in source form.
|
interface |
ParameterSource<O extends JavaSource<O>>
Represents a parameter of a
MethodSource. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.