eece496.preprocesses
Class Formatdoc

java.lang.Object
  extended byeece496.preprocesses.Formatdoc

public class Formatdoc
extends java.lang.Object

Class removes extra spacing in a document.

$Source: K:/cvsrepo/ee496/codes/jbuilder/src/TestCaseGenerator/src/eece496/preprocesses/Formatdoc.java,v $
Last updated by $Author: cyiu $
$Date: 2003/08/07 19:36:24 $
$Revision: 1.10 $
$State: Exp $

Author:
Charles Chung Man Yiu

Field Summary
(package private)  boolean isROID
           
(package private)  boolean isUninterrupted
           
(package private)  SymbolTable mySymTab
           
 
Constructor Summary
Formatdoc()
          Constructor.
 
Method Summary
 void toFormat(java.lang.String inputFile)
          Format a specification.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mySymTab

SymbolTable mySymTab

isUninterrupted

boolean isUninterrupted

isROID

boolean isROID
Constructor Detail

Formatdoc

public Formatdoc()
Constructor.

Method Detail

toFormat

public void toFormat(java.lang.String inputFile)
              throws java.io.IOException
Format a specification.

Parameters:
inputFile - path of the input specification.
Throws:
java.io.IOException - casued by syntax error in the specification.