|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.modello.generator.java.javasource.Header
Print the headers delineating the public and non-public elements of the compilation unit.
Field Summary | |
private static java.lang.String[] |
nonPublicHeader
|
private static java.lang.String[] |
publicHeader
|
Constructor Summary | |
(package private) |
Header()
|
Method Summary | |
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 |
private static java.lang.String[] publicHeader
private static java.lang.String[] nonPublicHeader
Constructor Detail |
Header()
Method Detail |
protected static void print(JSourceWriter jsw, boolean printPublic)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |