Uses of Class
net.sf.antcontrib.cpptasks.arm.ADSCCompiler
-
Packages that use ADSCCompiler Package Description net.sf.antcontrib.cpptasks.arm -
-
Uses of ADSCCompiler in net.sf.antcontrib.cpptasks.arm
Fields in net.sf.antcontrib.cpptasks.arm declared as ADSCCompiler Modifier and Type Field Description private static ADSCCompilerADSCCompiler. armccSingleton for ARM 32-bit C compilerprivate static ADSCCompilerADSCCompiler. armcppSingleton for ARM 32-bit C++ compilerprivate static ADSCCompilerADSCCompiler. tccSingleton for ARM 16-bit C compilerprivate static ADSCCompilerADSCCompiler. tcppSingleton for ARM 16-bit C++ compilerMethods in net.sf.antcontrib.cpptasks.arm that return ADSCCompiler Modifier and Type Method Description static ADSCCompilerADSCCompiler. getArmCC()Singleton for ARM 32-bit C compilerstatic ADSCCompilerADSCCompiler. getArmCpp()Singleton for ARM 32-bit C++ compilerstatic ADSCCompilerADSCCompiler. getThumbCC()Singleton for ARM 16-bit C compilerstatic ADSCCompilerADSCCompiler. getThumbCpp()Singleton for ARM 16-bit C++ compiler
-