Class IRDumper


public class IRDumper extends ClassAnalysis<Void>
Dumps Tai-e IR for classes of input program.
  • Field Details

  • Constructor Details

  • Method Details

    • analyze

      public Void analyze(JClass jclass)
      Description copied from class: ClassAnalysis
      Runs this analysis for the given JClass. The result will be stored in JClass. If the result is not used by following analyses, then this method should return null.
      Specified by:
      analyze in class ClassAnalysis<Void>
      Parameters:
      jclass - the class to be analyzed
      Returns:
      the analysis result for given class.