net.sf.antcontrib.cpptasks.os390

Class OS390CCompiler

Implemented Interfaces:
Cloneable, Compiler, Processor

public class OS390CCompiler
extends CommandLineCCompiler

Adapter for the IBM (R) OS/390 (tm) C++ Compiler
Author:
Hiram Chirino (cojonudo14@hotmail.com)

Field Summary

Fields inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractProcessor

DEFAULT_DISCARD_BID, DEFAULT_PROCESS_BID

Method Summary

protected void
addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
protected void
addWarningSwitch(Vector args, int level)
protected void
buildDefineArguments(CompilerDef[] defs, Vector args)
The buildDefineArguments implementation CommandLineCCompiler is not good for us because os390 defines are give by -D definex instead of /Ddefinex, 2 args not 1! since we implement this ourslefs, we do not have to implement the getDefineSwitch() and the getUndefineSwitch().
Processor
changeEnvironment(boolean newEnvironment, Environment env)
protected void
getDefineSwitch(StringBuffer buffer, String define, String value)
protected File[]
getEnvironmentIncludePath()
protected String
getIncludeDirSwitch(String includeDir)
static AbstractCompiler
getInstance()
Linker
getLinker(LinkType type)
Gets the linker that is associated with this processors
int
getMaximumCommandLength()
protected int
getMaximumInputFilesPerCommand()
protected void
getUndefineSwitch(StringBuffer buffer, String define)

Methods inherited from class net.sf.antcontrib.cpptasks.compiler.CommandLineCCompiler

createParser

Methods inherited from class net.sf.antcontrib.cpptasks.compiler.CommandLineCompiler

addImpliedArgs, addIncludes, addWarningSwitch, buildDefineArguments, compile, createConfiguration, getArgumentCountPerInputFile, getCommand, getDefineSwitch, getEnvironmentIncludePath, getIdentifier, getIncludeDirSwitch, getInputFileArgument, getLibtool, getLibtoolCompiler, getMaximumCommandLength, getMaximumInputFilesPerCommand, getTotalArgumentLengthForInputFile, getUndefineSwitch, runCommand, setCommand

Methods inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractCompiler

canParse, createConfiguration, createConfiguration, createParser, getBaseOutputName, getOutputFileNames, parseIncludes, resolveInclude

Methods inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractProcessor

bid, changeEnvironment, clone, getHeaderExtensions, getIdentifier, getIdentifier, getOSArch, getOSName, getSourceExtensions, isDarwin, toString

Method Details

addImpliedArgs

protected void addImpliedArgs(Vector args,
                              boolean debug,
                              boolean multithreaded,
                              boolean exceptions,
                              LinkType linkType,
                              Boolean rtti,
                              OptimizationEnum optimization)
Overrides:
addImpliedArgs in interface CommandLineCompiler

addWarningSwitch

protected void addWarningSwitch(Vector args,
                                int level)
Overrides:
addWarningSwitch in interface CommandLineCompiler

buildDefineArguments

protected void buildDefineArguments(CompilerDef[] defs,
                                    Vector args)
The buildDefineArguments implementation CommandLineCCompiler is not good for us because os390 defines are give by -D definex instead of /Ddefinex, 2 args not 1! since we implement this ourslefs, we do not have to implement the getDefineSwitch() and the getUndefineSwitch().
Overrides:
buildDefineArguments in interface CommandLineCompiler

changeEnvironment

public Processor changeEnvironment(boolean newEnvironment,
                                   Environment env)
Specified by:
changeEnvironment in interface Processor
Overrides:
changeEnvironment in interface AbstractProcessor

getDefineSwitch

protected void getDefineSwitch(StringBuffer buffer,
                               String define,
                               String value)
Overrides:
getDefineSwitch in interface CommandLineCompiler

getEnvironmentIncludePath

protected File[] getEnvironmentIncludePath()
Overrides:
getEnvironmentIncludePath in interface CommandLineCompiler

getIncludeDirSwitch

protected String getIncludeDirSwitch(String includeDir)
Overrides:
getIncludeDirSwitch in interface CommandLineCompiler

getInstance

public static AbstractCompiler getInstance()

getLinker

public Linker getLinker(LinkType type)
Gets the linker that is associated with this processors
Specified by:
getLinker in interface Processor

getMaximumCommandLength

public int getMaximumCommandLength()
Overrides:
getMaximumCommandLength in interface CommandLineCompiler

getMaximumInputFilesPerCommand

protected int getMaximumInputFilesPerCommand()
Overrides:
getMaximumInputFilesPerCommand in interface CommandLineCompiler

getUndefineSwitch

protected void getUndefineSwitch(StringBuffer buffer,
                                 String define)
Overrides:
getUndefineSwitch in interface CommandLineCompiler

Copyright B) 2001-2006 Ant-Contrib project. All Rights Reserved.