Class Main


  • public class Main
    extends java.lang.Object
    Entry point.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Main()  
    • Constructor Detail

      • Main

        protected Main()
    • Method Detail

      • help_message

        private static void help_message()
      • printOptions

        private static void printOptions()
      • printOptionInfo

        private static void printOptionInfo​(OptionType filter,
                                            OptionInfo optionInfo,
                                            int padLength)
      • padRight

        private static java.lang.String padRight​(java.lang.String name,
                                                 int maxLengthInt)
      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        A main program that exercises the parser.
        Throws:
        java.lang.Exception
      • mainProgram

        public static int mainProgram​(java.lang.String[] args)
                               throws java.lang.Exception
        The method to call to exercise the parser from other Java programs. It returns an error code. See how the main program above uses this method.
        Throws:
        java.lang.Exception
      • reInitAll

        public static Context reInitAll()