FortranDecompiler

public final class FortranDecompiler extends Decompiler

Decompiler for Fortran77 (fixed format) and Fortran95.

Fields

INCODEBODY_CTX

public static final int INCODEBODY_CTX

implies no blank line between statements. Used in Tapenade

Constructors

FortranDecompiler

public FortranDecompiler(Printer printer, String htmlMsgFileName)

Methods

decompileTree

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

tryFlushComments

protected void tryFlushComments(int indent, boolean prefix)

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