Uses of Class
edu.toronto.cs.util.Clapi.Opt

Packages that use Clapi.Opt
edu.toronto.cs.util Miscellaneous useful utility classes. 
 

Uses of Clapi.Opt in edu.toronto.cs.util
 

Subclasses of Clapi.Opt in edu.toronto.cs.util
static class Clapi.BooleanOpt
           
static class Clapi.FileNameOpt
           
static class Clapi.HelpOpt
           
static class Clapi.IntOpt
           
static class Clapi.StringOpt
           
 

Methods in edu.toronto.cs.util that return Clapi.Opt
 Clapi.Opt Clapi.OptParser.addOpt(Clapi.Opt opt)
          Adds a new option to this OptParser.
protected  Clapi.Opt Clapi.OptParser.getLongOpt(java.lang.String longName)
           
 Clapi.Opt Clapi.ArgumentParser.getOpt()
           
protected  Clapi.Opt Clapi.OptParser.matchNamelessToken(java.lang.String token)
          Attempts to match the given token against all suffix, prefix, equals, or nameless rules.
 

Methods in edu.toronto.cs.util with parameters of type Clapi.Opt
 void Clapi.OptResult.add(Clapi.Opt key, java.lang.Object value)
           
 Clapi.Opt Clapi.OptParser.addOpt(Clapi.Opt opt)
          Adds a new option to this OptParser.
 boolean Clapi.OptResult.containsKey(Clapi.Opt key)
           
 java.lang.Object Clapi.OptResult.get(Clapi.Opt key)
           
 

Constructors in edu.toronto.cs.util with parameters of type Clapi.Opt
Clapi.ArgumentParser(Clapi.Opt _opt)
           
Clapi.BooleanArgumentParser(Clapi.Opt _opt, Clapi.StringArgumentParser _base)
           
Clapi.EatAllParser(Clapi.Opt opt)
           
Clapi.FilterArgumentParser(Clapi.Opt _opt, Clapi.StringArgumentParser _base)
           
Clapi.HelpArgumentParser(Clapi.Opt _opt)
           
Clapi.IntArgumentParser(Clapi.Opt _opt, Clapi.StringArgumentParser _base)
           
Clapi.StringArgumentParser(Clapi.Opt _opt)