public final class OpenWatcomFortranCompiler extends OpenWatcomCompiler
| Modifier and Type | Field and Description |
|---|---|
private static OpenWatcomFortranCompiler[] |
INSTANCE
Singleton.
|
DEFAULT_DISCARD_BID, DEFAULT_PROCESS_BID| Modifier | Constructor and Description |
|---|---|
private |
OpenWatcomFortranCompiler(java.lang.String command,
boolean newEnvironment,
org.apache.tools.ant.types.Environment env)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Parser |
createParser(java.io.File source)
Create dependency parser.
|
static OpenWatcomFortranCompiler |
getInstance()
Get instance.
|
Linker |
getLinker(LinkType type)
Get linker.
|
addImpliedArgs, addWarningSwitch, changeEnvironment, getDefineSwitch, getEnvironmentIncludePath, getIncludeDirSwitch, getMaximumCommandLength, getUndefineSwitchaddIncludes, buildDefineArguments, compile, createConfiguration, getArgumentCountPerInputFile, getCommand, getIdentifier, getInputFileArgument, getLibtool, getLibtoolCompiler, getMaximumInputFilesPerCommand, getTotalArgumentLengthForInputFile, runCommand, setCommandcanParse, createConfiguration, getBaseOutputName, getOutputFileNames, parseIncludes, resolveIncludebid, clone, getHeaderExtensions, getIdentifier, getOSArch, getOSName, getSourceExtensions, isDarwin, toStringprivate static final OpenWatcomFortranCompiler[] INSTANCE
private OpenWatcomFortranCompiler(java.lang.String command,
boolean newEnvironment,
org.apache.tools.ant.types.Environment env)
command - String commandnewEnvironment - boolean use new environmentenv - Environment environmentpublic static OpenWatcomFortranCompiler getInstance()
public Parser createParser(java.io.File source)
createParser in class AbstractCompilersource - File source file