Uses of Class
be.gaudry.model.file.Diff.fileInfo
Packages that use Diff.fileInfo
-
Uses of Diff.fileInfo in be.gaudry.model.file
Fields in be.gaudry.model.file declared as Diff.fileInfoModifier and TypeFieldDescription(package private) Diff.fileInfo
Diff.newinfo
Keeps track of information about file1 and file2(package private) Diff.fileInfo
Diff.oldinfo
Keeps track of information about file1 and file2Methods in be.gaudry.model.file with parameters of type Diff.fileInfoModifier and TypeMethodDescription(package private) void
Diff.inputscan(Diff.fileInfo pinfo)
inputscan Reads the file specified by pinfo.file.(package private) void
Diff.storeline(String linebuffer, Diff.fileInfo pinfo)
storeline Places line into symbol table.