edu.toronto.cs.util
Class Clapi.BooleanArgumentParser

java.lang.Object
  extended by edu.toronto.cs.util.Clapi.ArgumentParser
      extended by edu.toronto.cs.util.Clapi.FilterArgumentParser
          extended by edu.toronto.cs.util.Clapi.BooleanArgumentParser
Enclosing class:
Clapi

public static class Clapi.BooleanArgumentParser
extends Clapi.FilterArgumentParser


Constructor Summary
Clapi.BooleanArgumentParser(Clapi.Opt _opt, Clapi.StringArgumentParser _base)
           
 
Method Summary
 java.lang.String getTypeName()
           
protected  java.lang.Object parseArguments(edu.toronto.cs.util.Clapi.TokenStream in)
           
 
Methods inherited from class edu.toronto.cs.util.Clapi.ArgumentParser
getOpt, getSpec, getToken, printArgumentsSpec
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Clapi.BooleanArgumentParser

public Clapi.BooleanArgumentParser(Clapi.Opt _opt,
                                   Clapi.StringArgumentParser _base)
Method Detail

parseArguments

protected java.lang.Object parseArguments(edu.toronto.cs.util.Clapi.TokenStream in)
                                   throws Clapi.OptParseException
Specified by:
parseArguments in class Clapi.ArgumentParser
Throws:
Clapi.OptParseException

getTypeName

public java.lang.String getTypeName()
Overrides:
getTypeName in class Clapi.ArgumentParser