Class OpenWatcomCCompiler

All Implemented Interfaces:
Cloneable, Compiler, Processor

public final class OpenWatcomCCompiler extends OpenWatcomCompiler
Adapter for the OpenWatcom C Compiler.
Author:
Curt Arnold
  • Method Details

    • getInstance

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

      public Parser createParser(File source)
      Create parser.
      Specified by:
      createParser in class AbstractCompiler
      Parameters:
      source - File file to be parsed.
      Returns:
      Parser parser
    • getLinker

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