org.ujac.util.exi
Class DocumentationGenerator

java.lang.Object
  extended by 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

Constructor Summary
DocumentationGenerator(ExpressionInterpreter exi)
          Constructs a DocumentationGenerator instance with specific attributes.
 
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
 

Constructor Detail

DocumentationGenerator

public DocumentationGenerator(ExpressionInterpreter exi)
Constructs a DocumentationGenerator instance with specific attributes.

Parameters:
exi - The expression interpreter to use.
Method Detail

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.