Class RunIniFile


  • public class RunIniFile
    extends RunTests
    Uses a grammar for the common "ini" file format for a comparison of timing and node hits between the normal CFG grammar and the use of UDT functions.
    • Constructor Summary

      Constructors 
      Constructor Description
      RunIniFile​(java.lang.String testName, int reps, java.io.PrintStream out)
      Constructor for the test.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RunIniFile

        public RunIniFile​(java.lang.String testName,
                          int reps,
                          java.io.PrintStream out)
        Constructor for the test. Parameters are supplied explicitly or by default from the command line to the driver function.
        Parameters:
        testName - the name of the test
        reps - the number of repetitions of the parser
        out - the output device