PTP
Release 7.0

Uses of Class
org.eclipse.ptp.etfw.toolopts.ToolApp

Packages that use ToolApp
org.eclipse.ptp.etfw.toolopts   
 

Uses of ToolApp in org.eclipse.ptp.etfw.toolopts
 

Fields in org.eclipse.ptp.etfw.toolopts declared as ToolApp
protected  ToolApp BuildTool.allCompilers
           
 ToolApp[] PostProcTool.analysisCommands
          The array of analysis commands to be invoked when execution is complete (in order of execution)
protected  ToolApp BuildTool.ccCompiler
           
protected  ToolApp BuildTool.cxxCompiler
           
 ToolApp[] ExecTool.execUtils
          The array of individual tools to be passed the executable being analyzed (in nesting order)
protected  ToolApp BuildTool.f90Compiler
           
 ToolApp ExternalTool.global
           
protected  ToolApp BuildTool.upcCompiler
           
 

Methods in org.eclipse.ptp.etfw.toolopts that return ToolApp
 ToolApp BuildTool.getCcCompiler()
           
 ToolApp BuildTool.getCxxCompiler()
           
 ToolApp BuildTool.getF90Compiler()
           
 ToolApp BuildTool.getGlobalCompiler()
           
 ToolApp BuildTool.getUPCCompiler()
           
 

Methods in org.eclipse.ptp.etfw.toolopts with parameters of type ToolApp
 void BuildTool.setAllCompilers(ToolApp allCompilers)
          Associate the input ToolApp with all compilers
 void BuildTool.setCcCompiler(ToolApp ccCompiler)
          Associate the input ToolApp with the cc compiler
 void BuildTool.setCxxCompiler(ToolApp cxxCompiler)
          Associate the input ToolApp with the cxx compiler
 void BuildTool.setF90Compiler(ToolApp f90Compiler)
          Associate the input ToolApp with the f90 compiler
 void BuildTool.setUpcCompiler(ToolApp upcCompiler)
          Associate the input ToolApp with the upc compiler
 


PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.