edu.toronto.cs.util
Class Clapi.HelpOpt

java.lang.Object
  extended by edu.toronto.cs.util.Clapi.Opt
      extended by edu.toronto.cs.util.Clapi.HelpOpt
Enclosing class:
Clapi

public static class Clapi.HelpOpt
extends Clapi.Opt


Constructor Summary
Clapi.HelpOpt(Clapi.OptSpec _spec)
           
 
Method Summary
 Clapi.ArgumentParser getArgumentParser()
           
 
Methods inherited from class edu.toronto.cs.util.Clapi.Opt
checkArity, get, getArgumentsSpec, getList, getObjectArray, getOptionSpecifiers, getSpec, getToken, isTerminal, parseArguments, printArgumentsSpec, tag, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Clapi.HelpOpt

public Clapi.HelpOpt(Clapi.OptSpec _spec)
Method Detail

getArgumentParser

public Clapi.ArgumentParser getArgumentParser()
Specified by:
getArgumentParser in class Clapi.Opt