Uses of Class
org.exolab.javasource.JComment

Packages that use JComment
org.exolab.javasource This package contains classes that represent Java Source objects for Castor XML code generator. 
 

Uses of JComment in org.exolab.javasource
 

Methods in org.exolab.javasource that return JComment
 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.exolab.javasource with parameters of type JComment
 void JCompUnit.setHeader(JComment comment)
          Sets the header comment for this JCompUnit.
 void JStructure.setHeader(JComment comment)
          Sets the header comment for this JStructure.
 



Copyright © 2012. All Rights Reserved.