Uses of Class
org.codehaus.modello.plugin.java.javasource.JComment
-
Packages that use JComment Package Description org.codehaus.modello.plugin.java org.codehaus.modello.plugin.java.javasource -
-
Uses of JComment in org.codehaus.modello.plugin.java
Methods in org.codehaus.modello.plugin.java that return JComment Modifier and Type Method Description private JComment
AbstractJavaModelloGenerator. getHeaderComment()
-
Uses of JComment in org.codehaus.modello.plugin.java.javasource
Fields in org.codehaus.modello.plugin.java.javasource declared as JComment Modifier and Type Field Description private JComment
JCompUnit. header
private JComment
JStructure. header
The source headerMethods in org.codehaus.modello.plugin.java.javasource that return JComment Modifier and Type Method Description JComment
JStructure. getHeader()
Returns the JComment header to display at the top of the source file for this JStructure, or null if no header was set.Methods in org.codehaus.modello.plugin.java.javasource with parameters of type JComment Modifier and Type Method Description void
JCompUnit. setHeader(JComment comment)
Sets the header comment for this JCompUnitvoid
JStructure. setHeader(JComment comment)
Sets the header comment for this JStructure
-