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 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.javasource Modifier and Type Class Description classJClassA representation of the Java Source code for a Java Class.(package private) classJClass.JInnerClassclassJInterfaceA 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 voidJCompUnit. addStructure(JStructure jStructure)Adds the given JStructure (either a JInterface or a JClass) to this JCompUnit.
-