Package gnu.expr
Class ApplicationMainSupport
java.lang.Object
gnu.expr.ApplicationMainSupport
Run-time support for "main" method, inclding command-line arguments.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic String[]
static FVector
static ThreadLocation
<String> static boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
processArgs
(String[] args) This is invoked by main when ModuleBody is compiled with --main.static void
static boolean
processSetProperty
(String arg) static void
static void
-
Field Details
-
processCommandLinePropertyAssignments
public static boolean processCommandLinePropertyAssignments -
commandLineArgArray
-
commandLineArguments
-
commandName
-
-
Constructor Details
-
ApplicationMainSupport
public ApplicationMainSupport()
-
-
Method Details
-
processSetProperties
public static void processSetProperties() -
processArgs
This is invoked by main when ModuleBody is compiled with --main. -
setArgs
-
setArgs
-
processSetProperty
-