|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommandLineArgs.Prefix | |
---|---|
org.jikesrvm |
Uses of CommandLineArgs.Prefix in org.jikesrvm |
---|
Fields in org.jikesrvm declared as CommandLineArgs.Prefix | |
---|---|
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. |
Methods in org.jikesrvm that return CommandLineArgs.Prefix | |
---|---|
private static CommandLineArgs.Prefix |
CommandLineArgs.findPrefix(CommandLineArgs.PrefixType type)
Find a Prefix object of a given type. |
Methods in org.jikesrvm with parameters of type CommandLineArgs.Prefix | |
---|---|
int |
CommandLineArgs.Prefix.compareTo(CommandLineArgs.Prefix o)
Sorting method for Comparable. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |