Uses of Class
net.sf.antcontrib.cpptasks.gcc.cross.GccCCompiler
-
Packages that use GccCCompiler Package Description net.sf.antcontrib.cpptasks.gcc.cross -
-
Uses of GccCCompiler in net.sf.antcontrib.cpptasks.gcc.cross
Fields in net.sf.antcontrib.cpptasks.gcc.cross declared as GccCCompiler Modifier and Type Field Description private static GccCCompilerGccCCompiler. cppInstanceprivate static GccCCompilerGccCCompiler. g77Instanceprivate static GccCCompilerGccCCompiler. gppInstanceprivate static GccCCompilerGccCCompiler. instanceMethods in net.sf.antcontrib.cpptasks.gcc.cross that return GccCCompiler Modifier and Type Method Description static GccCCompilerGccCCompiler. getCppInstance()Gets c++ adapterstatic GccCCompilerGccCCompiler. getG77Instance()Gets g77 adapterstatic GccCCompilerGccCCompiler. getGppInstance()Gets gpp adapterstatic GccCCompilerGccCCompiler. getInstance()Gets gcc adapterConstructors in net.sf.antcontrib.cpptasks.gcc.cross 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.
-