Package org.gradle.tooling.model.cpp
Interface MacroDirective
-
@Incubating public interface MacroDirective
Represent a macro directive.- Since:
- 4.10
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Returns the name of the macro.String
getValue()
Returns the value of the macro, if any.
-