org.ujac.util.exi
Class DocumentationGenerator
java.lang.Object
org.ujac.util.exi.DocumentationGenerator
public class DocumentationGenerator
- extends Object
Name: DocumentationGenerator
Description: A class generating the documentation for the type handlers
according to the meta data, provided through the ExpressionType and
ExpressionOperation interfaces.
- Author:
- lauerc
Method Summary |
static void |
main(String[] args)
The main method for command line access. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentationGenerator
public DocumentationGenerator(ExpressionInterpreter exi)
- Constructs a DocumentationGenerator instance with specific attributes.
- Parameters:
exi
- The expression interpreter to use.
main
public static void main(String[] args)
- The main method for command line access.
- Parameters:
args
- The command line attributes.
Copyright © 2003-2004 UJAC.org. All Rights Reserved.