Interface PreprocessorOptions.DefinedMacro
- Enclosing interface:
- PreprocessorOptions
public static interface PreprocessorOptions.DefinedMacro
Represent a defined macro.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the macro definition is present or null.getName()Returns the macro name.
-
Method Details
-
getName
Returns the macro name.- Returns:
- the macro name
-
getDefinition
Returns the macro definition is present or null.- Returns:
- the macro definition is present or null
-