Provided by: f2j_0.8.1-2_amd64
NAME
blastb - converts GOGO statements in java class files
SYNOPSIS
blastb file file class file generated by f2java
DESCRIPTION
To recompile java source files generated by f2java, using javac command, the generated class file must be post-treated with the javab tool. It converts the GOTO statements in the class file and remove warnings such as "Untransformed goto remaining in program).
AUTHOR
Man page by Olivier Sallou <olivier.sallou@irisa.fr> f2java project by Keith Seymour <seymour@cs.utk.edu>