Uses of Class
org.codehaus.modello.plugin.java.javasource.JStructure
Packages that use JStructure
-
Uses of JStructure in org.codehaus.modello.plugin.java
Methods in org.codehaus.modello.plugin.java with parameters of type JStructureModifier and TypeMethodDescriptionprotected 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.javasourceModifier and TypeClassDescriptionclass
A representation of the Java Source code for a Java Class.(package private) final class
final class
A representation of the Java Source code for a Java Interface.Methods in org.codehaus.modello.plugin.java.javasource with parameters of type JStructureModifier and TypeMethodDescriptionvoid
JCompUnit.addStructure
(JStructure jStructure) Adds the given JStructure (either a JInterface or a JClass) to this JCompUnit.