Uses of Class
org.jikesrvm.CommandLineArgs.PrefixType

Packages that use CommandLineArgs.PrefixType
org.jikesrvm   
 

Uses of CommandLineArgs.PrefixType in org.jikesrvm
 

Fields in org.jikesrvm declared as CommandLineArgs.PrefixType
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
 

Methods in org.jikesrvm that return CommandLineArgs.PrefixType
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.
 

Methods in org.jikesrvm with parameters of type CommandLineArgs.PrefixType
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.
 

Constructors in org.jikesrvm with parameters of type CommandLineArgs.PrefixType
CommandLineArgs.Prefix(String v, CommandLineArgs.PrefixType t)
          Construct a prefix with the given argument string and type