gov.llnl.babel.backend.mangler
Class FortranMangler
- NameMangler
public class FortranMangler
This class provides a
NameMangler
for the FORTRAN 77, 90, 95 and presumably future FORTRAN standards.
The main difference between FortranMangler and
ShaMangler
is the FortranMangler provides
the allowable FORTRAN character set.
FortranMangler(int maxNameLen, int maxUnmangled) - Create a name mangler for FORTRAN.
|
static void | main(String[] args)
|
FortranMangler
public FortranMangler(int maxNameLen,
int maxUnmangled)
throws NoSuchAlgorithmException
Create a name mangler for FORTRAN. This constructor provides the
FORTRAN character set.
maxNameLen
- the maximum allowable number of characters in a
name. Typically, this is 31 for FORTRAN 90/95,
and it is set by the FORTRAN standards
committee.maxUnmangled
- the number of characters out of
maxNameLen
that should be used
for unmangled content.
main
public static void main(String[] args)