EDU.purdue.jtb.misc
Class OldFileGenerator

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

public class OldFileGenerator
extends java.lang.Object

Class OldFileGenerator generates the interface Visitor.java interface as well as DepthFirstVisitor.java.


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

OldFileGenerator

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