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 ADSCCompiler
ADSCCompiler. armcc
Singleton for ARM 32-bit C compilerprivate static ADSCCompiler
ADSCCompiler. armcpp
Singleton for ARM 32-bit C++ compilerprivate static ADSCCompiler
ADSCCompiler. tcc
Singleton for ARM 16-bit C compilerprivate static ADSCCompiler
ADSCCompiler. tcpp
Singleton for ARM 16-bit C++ compilerMethods in net.sf.antcontrib.cpptasks.arm that return ADSCCompiler Modifier and Type Method Description static ADSCCompiler
ADSCCompiler. getArmCC()
Singleton for ARM 32-bit C compilerstatic ADSCCompiler
ADSCCompiler. getArmCpp()
Singleton for ARM 32-bit C++ compilerstatic ADSCCompiler
ADSCCompiler. getThumbCC()
Singleton for ARM 16-bit C compilerstatic ADSCCompiler
ADSCCompiler. getThumbCpp()
Singleton for ARM 16-bit C++ compiler
-