Uses of Class
net.sf.antcontrib.cpptasks.gcc.cross.sparc_sun_solaris2.GccCCompiler
-
Packages that use GccCCompiler Package Description net.sf.antcontrib.cpptasks.gcc.cross.sparc_sun_solaris2 -
-
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 GccCCompiler Modifier and Type Field Description private static GccCCompiler
GccCCompiler. cppInstance
private static GccCCompiler
GccCCompiler. g77Instance
private static GccCCompiler
GccCCompiler. gppInstance
private static GccCCompiler
GccCCompiler. instance
Methods in net.sf.antcontrib.cpptasks.gcc.cross.sparc_sun_solaris2 that return GccCCompiler Modifier and Type Method Description static 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 GccCCompiler Constructor Description GccCCompiler(java.lang.String command, java.lang.String[] sourceExtensions, java.lang.String[] headerExtensions, boolean isLibtool, GccCCompiler libtoolCompiler, boolean newEnvironment, org.apache.tools.ant.types.Environment env)
Private constructor.
-