Uses of Class
net.sf.antcontrib.cpptasks.gcc.cross.sparc_sun_solaris2.GccCCompiler
Packages that use GccCCompiler
-
Uses of GccCCompiler in net.sf.antcontrib.cpptasks.gcc.cross.sparc_sun_solaris2
Fields in net.sf.antcontrib.cpptasks.gcc.cross.sparc_sun_solaris2 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.sparc_sun_solaris2 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.sparc_sun_solaris2 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.