MacroDirective

Represent a macro directive.

Since

4.10

Functions

Link copied to clipboard
abstract fun getName(): String
Returns the name of the macro.
Link copied to clipboard
@Nullable
abstract fun getValue(): String
Returns the value of the macro, if any.