Interface MacroBodyTransformationCondition

All Known Implementing Classes:
AlwaysTransformMacroBody, AnnotationMacroBodyTranformationCondition, TransformNonUserMacroCondition

public interface MacroBodyTransformationCondition
Specifies the conditions by which the body of a macro should be transformed.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns true if the macro body should be transformed, false otherwise.
  • Method Details

    • shouldTransform

      boolean shouldTransform(String macroName)
      Returns true if the macro body should be transformed, false otherwise.
      Parameters:
      macroName - macro name