| Package | Description |
|---|---|
| org.jboss.forge.roaster.model | |
| org.jboss.forge.roaster.model.source |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JavaInterface<O extends JavaInterface<O>>
Represents a Java
interface type. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
InterfaceCapable.hasInterface(JavaInterface<?> type) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JavaInterfaceSource
Represents a Java
interface source file as an in-memory modifiable element. |
| Modifier and Type | Method and Description |
|---|---|
T |
InterfaceCapableSource.addInterface(JavaInterface<?> type)
Implements the specified
JavaInterface |
T |
InterfaceCapableSource.implementInterface(JavaInterface<?> type)
Implements the specified
JavaInterface and import their abstract methods, if any. |
T |
InterfaceCapableSource.removeInterface(JavaInterface<?> type)
Removes the specified interface
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.