edu.toronto.cs.util
Class Clapi.EatAllParser

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

public static class Clapi.EatAllParser
extends Clapi.ArgumentParser


Constructor Summary
Clapi.EatAllParser(Clapi.Opt opt)
           
 
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.EatAllParser

public Clapi.EatAllParser(Clapi.Opt opt)
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