Tool@Incubating public interface PreprocessingTool extends Tool
| Modifier and Type | Method | Description | 
|---|---|---|
| void | define(String name) | Defines a named preprocessor macros to use when compiling this binary. | 
| void | define(String name,
      String definition) | Defines a named preprocessor macro with a value, which will be used when compiling this binary. | 
| Map<String,String> | getMacros() | The set of preprocessor macros to define when compiling this binary. |