public interface IMacroProvider
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDefinition(java.lang.String name)
Returns the definition of the given macro without the leading '#' and
'define'.
|
boolean |
isDefined(java.lang.String name)
Returns whether the macro of given name is defined.
|
boolean isDefined(java.lang.String name)
java.lang.String getDefinition(java.lang.String name)