Modifier and Type | Class and Description |
---|---|
public static interface | CContext.
Describes a C context. |
Modifier and Type | Method and Description |
---|---|
public Class |
value | back to summary |
---|---|
public Class Specifies which directives are used with the annotated element.
|
Modifier and Type | Method and Description |
---|---|
public default List | |
public default List | |
public default List | |
public default List | |
public default List | |
public default boolean | isInConfiguration()
This method is called immediately after the constructor, to check whether the context is part of the configuration or not. |
getHeaderFiles | back to summary |
---|---|
public default List All header files used in this context. C allows two kinds of imports: header files can be surrounded with <...>, or "...". One of them must be used for every element in the returned list.
|
getLibraries | back to summary |
---|---|
public default List Returns a collection of libraries. They are treated the same way as libraries added via
the
|
getLibraryPaths | back to summary |
---|---|
public default List Returns a list of library paths.
|
getMacroDefinitions | back to summary |
---|---|
public default List Unparameterized macro-definitions. Each entry is in the form of <macro-name> or <macro-name> <macro-value>.
|
getOptions | back to summary |
---|---|
public default List Returns options to be passed to the C compiler when processing the directives. For example, the option "-Ipath" can be used to add a path for the lookup of header files.
|
isInConfiguration | back to summary |
---|---|
public default boolean isInConfiguration() This method is called immediately after the constructor, to check whether the context is part of the configuration or not. If this method returns false, all elements registered inside this context are ignored.
|