Package | Description |
---|---|
org.eclipse.ptp.etfw.toolopts |
Modifier and Type | Field and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
ToolApp |
BuildTool.getCcCompiler() |
ToolApp |
BuildTool.getCxxCompiler() |
ToolApp |
BuildTool.getF90Compiler() |
ToolApp |
BuildTool.getGlobalCompiler() |
ToolApp |
BuildTool.getUPCCompiler() |
Modifier and Type | Method and Description |
---|---|
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
|
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.