acg.test
Class GenerateTest

java.lang.Object
  |
  +--acg.test.GenerateTest

public class GenerateTest
extends java.lang.Object

The GenerateTest was written to test out ACG itself. After running this program, it will output .java files to whatever directory it was run from. Syntax: java acg.test.GenerateTest


Constructor Summary
GenerateTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenerateTest

public GenerateTest()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception