Class IRMergeRunner

java.lang.Object
edu.university.ecs.lab.intermediate.merge.IRMergeRunner

public class IRMergeRunner extends Object
  • Constructor Details

    • IRMergeRunner

      public IRMergeRunner()
  • Method Details

    • main

      public static void main(String[] args) throws IOException
      Entry point for the intermediate representation merge process.
      Parameters:
      args - </path/to/intermediate-json> </path/to/delta-json> </path/to/config> <compare branch> <compare commit>
      Throws:
      IOException