예제 #1
0
 private IToolChain[] getAllSysToolChains() {
   if (fAllSysToolChains == null) fAllSysToolChains = ManagedBuildManager.getRealToolChains();
   return fAllSysToolChains;
 }