net.sf.antcontrib.cpptasks.os400

Class IccCompiler

Implemented Interfaces:
Cloneable, Compiler, Processor

public class IccCompiler
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)
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

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.