Package | Description |
---|---|
org.codehaus.modello.plugin.java | |
org.codehaus.modello.plugin.java.javasource |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractJavaModelloGenerator.suppressAllWarnings(Model objectModel,
JStructure structure) |
Modifier and Type | Class and Description |
---|---|
class |
JClass
A representation of the Java Source code for a Java Class.
|
(package private) class |
JClass.JInnerClass |
class |
JInterface
A representation of the Java Source code for a Java Interface.
|
Modifier and Type | Method and Description |
---|---|
void |
JCompUnit.addStructure(JStructure jStructure)
Adds the given JStructure (either a JInterface or
a JClass) to this JCompUnit.
|