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 voidAbstractJavaModelloGenerator.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 TypeClassDescriptionclassA representation of the Java Source code for a Java Class.final classA representation of the Java Source code for a Java Interface.Methods in org.codehaus.modello.plugin.java.javasource with parameters of type JStructureModifier and TypeMethodDescriptionvoidJCompUnit.addStructure(JStructure jStructure) Adds the given JStructure (either a JInterface or a JClass) to this JCompUnit.