Uses of Class
net.sf.antcontrib.cpptasks.gcc.cross.GccCCompiler
Packages that use GccCCompiler
-
Uses of GccCCompiler in net.sf.antcontrib.cpptasks.gcc.cross
Fields in net.sf.antcontrib.cpptasks.gcc.cross declared as GccCCompilerModifier and TypeFieldDescriptionprivate static final GccCCompiler
GccCCompiler.cppInstance
private static final GccCCompiler
GccCCompiler.g77Instance
private static final GccCCompiler
GccCCompiler.gppInstance
private static final GccCCompiler
GccCCompiler.instance
Methods in net.sf.antcontrib.cpptasks.gcc.cross that return GccCCompilerModifier and TypeMethodDescriptionstatic GccCCompiler
GccCCompiler.getCppInstance()
Gets c++ adapterstatic GccCCompiler
GccCCompiler.getG77Instance()
Gets g77 adapterstatic GccCCompiler
GccCCompiler.getGppInstance()
Gets gpp adapterstatic GccCCompiler
GccCCompiler.getInstance()
Gets gcc adapterConstructors in net.sf.antcontrib.cpptasks.gcc.cross with parameters of type GccCCompilerModifierConstructorDescriptionprivate
GccCCompiler
(String command, String[] sourceExtensions, String[] headerExtensions, boolean isLibtool, GccCCompiler libtoolCompiler, boolean newEnvironment, org.apache.tools.ant.types.Environment env) Private constructor.