Class OpenWatcomFortranCompiler

  • All Implemented Interfaces:
    java.lang.Cloneable, Compiler, Processor

    public final class OpenWatcomFortranCompiler
    extends OpenWatcomCompiler
    Adapter for the OpenWatcom Fortran compiler.
    Author:
    Curt Arnold
    • Method Detail

      • getInstance

        public static OpenWatcomFortranCompiler getInstance()
        Get instance.
        Returns:
        OpenWatcomFortranCompiler compiler instance
      • createParser

        public Parser createParser​(java.io.File source)
        Create dependency parser.
        Specified by:
        createParser in class AbstractCompiler
        Parameters:
        source - File source file
        Returns:
        Parser parser
      • getLinker

        public Linker getLinker​(LinkType type)
        Get linker.
        Parameters:
        type - link type
        Returns:
        linker