Uses of Class
appli.diff.FileInfo

Packages that use FileInfo
appli.diff   
 

Uses of FileInfo in appli.diff
 

Fields in appli.diff declared as FileInfo
(package private)  FileInfo Diff.oldinfo
          Keeps track of information about file1 and file2
(package private)  FileInfo Diff.newinfo
          Keeps track of information about file1 and file2
 

Methods in appli.diff with parameters of type FileInfo
private  void Diff.computeDiff(FileInfo oldinfo, FileInfo newinfo)
          Computes the differences
(package private)  void Diff.inputscan(FileInfo pinfo)
          inputscan Reads the file specified by pinfo.file. --------- Places the lines of that file in the symbol table.
private  void Diff.storeline(java.lang.String linebuffer, FileInfo pinfo)
          storeline Places line into symbol table. --------- Expects pinfo.maxLine initted: increments.