net.sf.antcontrib.cpptasks.compaq

Class CompaqVisualFortranCompiler

public class CompaqVisualFortranCompiler extends CommandLineFortranCompiler

Adapter for the Compaq(r) Visual Fortran compiler.

Author: Curt Arnold

Method Summary
protected voidaddImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
voidaddWarningSwitch(Vector args, int level)
ProcessorchangeEnvironment(boolean newEnvironment, Environment env)
protected voidgetDefineSwitch(StringBuffer buf, String define, String value)
protected File[]getEnvironmentIncludePath()
protected StringgetIncludeDirSwitch(String includeDir)
static CompaqVisualFortranCompilergetInstance()
LinkergetLinker(LinkType type)
intgetMaximumCommandLength()
protected voidgetUndefineSwitch(StringBuffer buf, String define)

Method Detail

addImpliedArgs

protected void addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)

addWarningSwitch

public void addWarningSwitch(Vector args, int level)

changeEnvironment

public Processor changeEnvironment(boolean newEnvironment, Environment env)

getDefineSwitch

protected void getDefineSwitch(StringBuffer buf, String define, String value)

getEnvironmentIncludePath

protected File[] getEnvironmentIncludePath()

getIncludeDirSwitch

protected String getIncludeDirSwitch(String includeDir)

getInstance

public static CompaqVisualFortranCompiler getInstance()

getLinker

public Linker getLinker(LinkType type)

getMaximumCommandLength

public int getMaximumCommandLength()

getUndefineSwitch

protected void getUndefineSwitch(StringBuffer buf, String define)
Copyright ? 2001-2011 Ant-Contrib project. All Rights Reserved.