Interface ASTTransform

    • Method Detail

      • getName

        String getName()
        Returns:
        the name of this transform for logging/debugging
      • transform

        boolean transform​(BlockStmt block)
        Transforms the given block statement in place.
        Parameters:
        block - the block to transform
        Returns:
        true if any changes were made