Interface MacroBodyTransformationCondition
-
- All Known Implementing Classes:
AlwaysTransformMacroBody,AnnotationMacroBodyTranformationCondition,TransformNonUserMacroCondition
public interface MacroBodyTransformationConditionSpecifies the conditions by which the body of a macro should be transformed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanshouldTransform(String macroName)Returns true if the macro body should be transformed, false otherwise.
-
-
-
Method Detail
-
shouldTransform
boolean shouldTransform(String macroName)
Returns true if the macro body should be transformed, false otherwise.- Parameters:
macroName- macro name
-
-