Package | Description |
---|---|
org.jikesrvm.runtime |
Modifier and Type | Field and Description |
---|---|
private static CommandLineArgs.Prefix |
CommandLineArgs.app_prefix
A catch-all prefix to find application name.
|
private static CommandLineArgs.Prefix[] |
CommandLineArgs.prefixes
A list of possible prefixes for command line arguments.
|
Modifier and Type | Method and Description |
---|---|
private static CommandLineArgs.Prefix |
CommandLineArgs.findPrefix(CommandLineArgs.PrefixType type)
Find a Prefix object of a given type.
|
Modifier and Type | Method and Description |
---|---|
int |
CommandLineArgs.Prefix.compareTo(CommandLineArgs.Prefix o)
Sorting method for Comparable.
|