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
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 |
GenerateTest
public GenerateTest()
main
public static void main(java.lang.String[] args)
throws java.lang.Exception