Interface ClassTransform

    • Method Detail

      • getName

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

        boolean run​(ClassFile classFile,
                    SSA ssa)
        Runs the transformation on the specified class.
        Parameters:
        classFile - the class file to transform
        ssa - the SSA processor for lifting/lowering methods
        Returns:
        true if the class was modified