public static interface CContext.Directives
Modifier and Type | Method and Description |
---|---|
default List<String> |
getHeaderFiles()
All header files used in this context.
|
default List<String> |
getLibraries()
Returns a collection of libraries.
|
default List<String> |
getLibraryPaths()
Returns a list of library paths.
|
default List<String> |
getMacroDefinitions()
Unparameterized macro-definitions.
|
default List<String> |
getOptions()
Returns options to be passed to the C compiler when processing the directives.
|
default boolean |
isInConfiguration()
This method is called immediately after the constructor, to check whether the context is
part of the configuration or not.
|
default boolean isInConfiguration()
default List<String> getHeaderFiles()
default List<String> getMacroDefinitions()
default List<String> getOptions()
default List<String> getLibraries()
CLibrary
annotation.