org.prorefactor.core.unittest
Class AttributedWriter

java.lang.Object
  extended by org.prorefactor.core.unittest.AttributedWriter

public class AttributedWriter
extends java.lang.Object


Constructor Summary
AttributedWriter()
           
 
Method Summary
 void write(java.lang.String inName, java.lang.String outName)
          Parse and write a source file, with comments detailing some of the node attributes added by TreeParser01.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributedWriter

public AttributedWriter()
Method Detail

write

public void write(java.lang.String inName,
                  java.lang.String outName)
           throws java.lang.Exception
Parse and write a source file, with comments detailing some of the node attributes added by TreeParser01.

Parameters:
inName - Name of the compile unit's source file.
outName - Name of the file to write out to.
Throws:
java.lang.Exception


Copyright © 2008 Joanju Software. All Rights Reserved.