Package | Description |
---|---|
org.jikesrvm.runtime |
Modifier and Type | Field and Description |
---|---|
private static CommandLineArgs.PrefixType[] |
CommandLineArgs.arg_types
The types of each command line argument.
|
CommandLineArgs.PrefixType |
CommandLineArgs.Prefix.type
A number that describes the type of the argument
|
Modifier and Type | Method and Description |
---|---|
static CommandLineArgs.PrefixType |
CommandLineArgs.PrefixType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandLineArgs.PrefixType[] |
CommandLineArgs.PrefixType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private static CommandLineArgs.Prefix |
CommandLineArgs.findPrefix(CommandLineArgs.PrefixType type)
Find a Prefix object of a given type.
|
static String[] |
CommandLineArgs.getArgs(CommandLineArgs.PrefixType prefix)
Extract all command line arguments of a particular type.
|
Constructor and Description |
---|
Prefix(String v,
CommandLineArgs.PrefixType t)
Construct a prefix with the given argument string and type
|