Class Header


  • class Header
    extends java.lang.Object
    Print the headers delineating the public and non-public elements of the compilation unit.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.String[] nonPublicHeader  
      private static java.lang.String[] publicHeader  
    • Constructor Summary

      Constructors 
      Constructor Description
      Header()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      protected static void print​(JSourceWriter jsw, boolean printPublic)
      Print the specified header to the given Writer.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • publicHeader

        private static java.lang.String[] publicHeader
      • nonPublicHeader

        private static java.lang.String[] nonPublicHeader
    • Constructor Detail

      • Header

        Header()
    • Method Detail

      • print

        protected static void print​(JSourceWriter jsw,
                                    boolean printPublic)
        Print the specified header to the given Writer.