Interface IRTransform

    • Method Detail

      • getName

        String getName()
        Gets the name of this transformation.
        Returns:
        the transformation name
      • run

        boolean run​(IRMethod method)
        Runs the transformation on the specified method.
        Parameters:
        method - the method to transform
        Returns:
        true if the method was modified