| Package | Description |
|---|---|
| org.jboss.forge.roaster.model.source | |
| org.jboss.forge.roaster.model.util |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
Types.toResolvedType(String type,
Importer<?> importer)
Resolves the given type including generics.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.