| Package | Description |
|---|---|
| org.codehaus.modello.plugin.java | |
| org.codehaus.modello.plugin.java.javasource |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractJavaModelloGenerator.initHeader(JInterface interfaze) |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Vector<JInterface> |
JCompUnit.interfaces
The set of top-level interfaces that live in this compilation unit.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JCompUnit.addInterface(JInterface jInterface)
Adds a JInterface which should be printed in this file.
|
void |
JStructure.addInterface(JInterface jInterface)
Adds the given interface to the list of interfaces this
JStructure inherits method declarations from, and either
implements (JClass) or extends (JInterface).
|
| Constructor and Description |
|---|
JCompUnit(JInterface jInterface)
Creates a new JCompUnit with the given JInterface as public interface
Package and file name are taken from jInterface.
|