net.sf.antcontrib.cpptasks.ibm
Class VisualAgeCCompiler
java.lang.Object
net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
net.sf.antcontrib.cpptasks.compiler.AbstractCompiler
net.sf.antcontrib.cpptasks.compiler.CommandLineCompiler
net.sf.antcontrib.cpptasks.compiler.CommandLineCCompiler
net.sf.antcontrib.cpptasks.gcc.GccCompatibleCCompiler
net.sf.antcontrib.cpptasks.ibm.VisualAgeCCompiler
- All Implemented Interfaces:
- java.lang.Cloneable, Compiler, Processor
public final class VisualAgeCCompiler
- extends GccCompatibleCCompiler
Adapter for the IBM(r) Visual Age(tm) C++ compiler for AIX(tm)
- Author:
- Curt Arnold
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.CommandLineCompiler |
addIncludes, buildDefineArguments, compile, createConfiguration, getArgumentCountPerInputFile, getCommand, getInputFileArgument, getLibtool, getLibtoolCompiler, getMaximumInputFilesPerCommand, getTotalArgumentLengthForInputFile, runCommand, setCommand |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
getInstance
public static VisualAgeCCompiler getInstance()
- Gets singleton instance of this class
addImpliedArgs
public void addImpliedArgs(java.util.Vector args,
boolean debug,
boolean multithreaded,
boolean exceptions,
LinkType linkType,
java.lang.Boolean rtti,
OptimizationEnum optimization)
- Overrides:
addImpliedArgs
in class GccCompatibleCCompiler
addWarningSwitch
public void addWarningSwitch(java.util.Vector args,
int level)
- Overrides:
addWarningSwitch
in class GccCompatibleCCompiler
getLinker
public Linker getLinker(LinkType linkType)
- Description copied from interface:
Processor
- Gets the linker that is associated with this processors
getMaximumCommandLength
public int getMaximumCommandLength()
- Specified by:
getMaximumCommandLength
in class CommandLineCompiler
getIdentifier
public java.lang.String getIdentifier()
- Gets identifier for the compiler.
Initial attempt at extracting version information
would lock up. Using a stock response.
- Specified by:
getIdentifier
in interface Processor
- Overrides:
getIdentifier
in class CommandLineCompiler
Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved.