EDU.purdue.jtb.misc
Class NoArguFileGenerator

java.lang.Object
  extended by EDU.purdue.jtb.misc.NoArguFileGenerator

public class NoArguFileGenerator
extends java.lang.Object

Class NoArguFileGenerator generates the GJNoArguVisitor.java interface as well as GJNoAguDepthFirst.java.


Field Summary
static int INDENT_AMT
           
 
Constructor Summary
NoArguFileGenerator(java.util.Vector classes)
          Vector must contain objects of type ClassInfo
 
Method Summary
 void generateVisitorFile()
          Generates the visitor source files.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INDENT_AMT

public static final int INDENT_AMT
See Also:
Constant Field Values
Constructor Detail

NoArguFileGenerator

public NoArguFileGenerator(java.util.Vector classes)
Vector must contain objects of type ClassInfo

Method Detail

generateVisitorFile

public void generateVisitorFile()
                         throws FileExistsException
Generates the visitor source files.

Throws:
FileExistsException