EDU.purdue.jtb.misc
Class VoidFileGenerator

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

public class VoidFileGenerator
extends java.lang.Object

Class VoidFileGenerator generates the GJVoidVisitor.java interface as well as GJVoidDepthFirst.java.


Field Summary
static int INDENT_AMT
           
 
Constructor Summary
VoidFileGenerator(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

VoidFileGenerator

public VoidFileGenerator(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