Class aCCCompiler

All Implemented Interfaces:
Cloneable, Compiler, Processor

public final class aCCCompiler extends GccCompatibleCCompiler
Adapter for the HP aC++ C++ compiler
  • Field Details

    • headerExtensions

      private static final String[] headerExtensions
    • sourceExtensions

      private static final String[] sourceExtensions
    • instance

      private static final aCCCompiler instance
    • identifier

      private String identifier
    • includePath

      private File[] includePath
  • Constructor Details

    • aCCCompiler

      private aCCCompiler(String command, String[] sourceExtensions, String[] headerExtensions, boolean newEnvironment, org.apache.tools.ant.types.Environment env)
      Private constructor. Use GccCCompiler.getInstance() to get singleton instance of this class.
  • Method Details