Interface PreprocessorOptions.DefinedMacro

Enclosing interface:
PreprocessorOptions

public static interface PreprocessorOptions.DefinedMacro
Represent a defined macro.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the macro definition is present or null.
    Returns the macro name.
  • Method Details

    • getName

      @Input String getName()
      Returns the macro name.
      Returns:
      the macro name
    • getDefinition

      @Input @Optional @Nullable String getDefinition()
      Returns the macro definition is present or null.
      Returns:
      the macro definition is present or null