public static interface CHeader.Header
Modifier and Type | Method and Description |
---|---|
default List<Class<? extends CHeader.Header>> |
dependsOn()
List that contains the
Class<? extends CHeader.Header> instances that declare
dependencies of this header file. |
String |
name()
Name of the header file.
|
default void |
writePreamble(PrintWriter writer)
Writes a preamble after the dependencies and before the list of included methods.
|
String name()
default List<Class<? extends CHeader.Header>> dependsOn()
Class<? extends CHeader.Header>
instances that declare
dependencies of this header file.default void writePreamble(PrintWriter writer)