Package gnu.expr

Class ApplicationMainSupport


  • public class ApplicationMainSupport
    extends Object
    Run-time support for "main" method, inclding command-line arguments.
    • Field Detail

      • processCommandLinePropertyAssignments

        public static boolean processCommandLinePropertyAssignments
      • commandLineArgArray

        public static String[] commandLineArgArray
      • commandLineArguments

        public static FVector commandLineArguments
    • Constructor Detail

      • ApplicationMainSupport

        public ApplicationMainSupport()
    • Method Detail

      • processSetProperties

        public static void processSetProperties()
      • processArgs

        public static void processArgs​(String[] args)
        This is invoked by main when ModuleBody is compiled with --main.
      • setArgs

        public static void setArgs​(String[] args,
                                   int arg_start)
      • setArgs

        public static void setArgs​(String[] args,
                                   int arg_start,
                                   int nargs)
      • processSetProperty

        public static boolean processSetProperty​(String arg)