Uses of Class
org.codehaus.modello.plugin.java.javasource.JStructure
-
Packages that use JStructure Package Description org.codehaus.modello.plugin.java org.codehaus.modello.plugin.java.javasource -
-
Uses of JStructure in org.codehaus.modello.plugin.java
Methods in org.codehaus.modello.plugin.java with parameters of type JStructure Modifier and Type Method Description protected void
AbstractJavaModelloGenerator. suppressAllWarnings(Model objectModel, JStructure structure)
-
Uses of JStructure in org.codehaus.modello.plugin.java.javasource
Subclasses of JStructure in org.codehaus.modello.plugin.java.javasource Modifier and Type Class 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.Methods in org.codehaus.modello.plugin.java.javasource with parameters of type JStructure Modifier and Type Method Description void
JCompUnit. addStructure(JStructure jStructure)
Adds the given JStructure (either a JInterface or a JClass) to this JCompUnit.
-