FortranDecompiler

public final class FortranDecompiler extends Decompiler

Decompiler for Fortran77 (fixed format) and Fortran95.

Constructors

FortranDecompiler

public FortranDecompiler(Printer printer, String htmlMsgFileName)

Methods

decompileTree

public void decompileTree(Tree tree, int language, boolean inInclude, boolean dumps)

tryFlushComments

protected void tryFlushComments(int indent, boolean prefix)

Prints all waiting line-comments, and resets waiting comments to null.