org.erights.e.elang.interp
Class Help

java.lang.Object
  |
  +--org.erights.e.elang.interp.Help

public class Help
extends Object

Untamed: Implements the E help command

Author:
Mark S. Miller

Constructor Summary
Help()
          Enabled:
 
Method Summary
 void __printOn(TextWriter out)
          Enabled:
 UnQuote run(Object subject)
          Enabled:
 void run(Object subject, boolean fullFlag, TextWriter out)
          Enabled: XXX This should probably be moved to TypeDesc.printHelpOn()
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Help

public Help()
Enabled:

Method Detail

run

public UnQuote run(Object subject)
            throws IOException
Enabled:

IOException

run

public void run(Object subject,
                boolean fullFlag,
                TextWriter out)
         throws IOException
Enabled: XXX This should probably be moved to TypeDesc.printHelpOn()

IOException

__printOn

public void __printOn(TextWriter out)
               throws IOException
Enabled:

IOException


comments?