| 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 |
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 |
PropertyHolderSource<O extends JavaSource<O>>
Represents a
JavaSource that may contain PropertySource definitions. |
| Modifier and Type | Method and Description |
|---|---|
static List<MethodSource<?>> |
Methods.implementAbstractMethods(Class<?> source,
MethodHolderSource<?> target)
Implement the abstract methods present in a
Class to the specified MethodHolderSource |
static List<MethodSource<?>> |
Methods.implementAbstractMethods(MethodHolder<?> source,
MethodHolderSource<?> target)
Implement the abstract methods present in a
MethodHolder to the specified MethodHolderSource |
Copyright © 2017 JBoss by Red Hat. All rights reserved.