Java Doc for SunCCompiler.java in  » IDE-Netbeans » cnd » org » netbeans » modules » cnd » makeproject » api » compilers » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » IDE Netbeans » cnd » org.netbeans.modules.cnd.makeproject.api.compilers 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.netbeans.modules.cnd.makeproject.api.compilers.BasicCompiler
   org.netbeans.modules.cnd.makeproject.api.compilers.CCCCompiler
      org.netbeans.modules.cnd.makeproject.api.compilers.SunCCCCompiler
         org.netbeans.modules.cnd.makeproject.api.compilers.SunCCompiler

SunCCompiler
public class SunCCompiler extends SunCCCCompiler (Code)



Constructor Summary
public  SunCCompiler(CompilerFlavor flavor, int kind, String name, String displayName, String path)
    

Method Summary
protected  StringgetCompilerStderrCommand()
    
protected  StringgetCompilerStderrCommand2()
    
protected  StringgetDefaultPath()
    
public  StringgetDevelopmentModeOptions(int value)
    
public  StringgetLanguageExtOptions(int value)
    
public  StringgetMTLevelOptions(int value)
    
public  StringgetSixtyfourBitsOption(int value)
    
public  StringgetStandardsEvolutionOptions(int value)
    
public  StringgetStripOption(boolean value)
    
public  StringgetWarningLevelOptions(int value)
    
protected  voidparseCompilerOutput(InputStream is)
    


Constructor Detail
SunCCompiler
public SunCCompiler(CompilerFlavor flavor, int kind, String name, String displayName, String path)(Code)
Creates a new instance of SunCCompiler




Method Detail
getCompilerStderrCommand
protected String getCompilerStderrCommand()(Code)



getCompilerStderrCommand2
protected String getCompilerStderrCommand2()(Code)



getDefaultPath
protected String getDefaultPath()(Code)



getDevelopmentModeOptions
public String getDevelopmentModeOptions(int value)(Code)



getLanguageExtOptions
public String getLanguageExtOptions(int value)(Code)



getMTLevelOptions
public String getMTLevelOptions(int value)(Code)



getSixtyfourBitsOption
public String getSixtyfourBitsOption(int value)(Code)



getStandardsEvolutionOptions
public String getStandardsEvolutionOptions(int value)(Code)



getStripOption
public String getStripOption(boolean value)(Code)



getWarningLevelOptions
public String getWarningLevelOptions(int value)(Code)



parseCompilerOutput
protected void parseCompilerOutput(InputStream is)(Code)



Fields inherited from org.netbeans.modules.cnd.makeproject.api.compilers.SunCCCCompiler
protected PersistentList systemIncludeDirectoriesList(Code)(Java Doc)
protected PersistentList systemPreprocessorSymbolsList(Code)(Java Doc)

Methods inherited from org.netbeans.modules.cnd.makeproject.api.compilers.SunCCCCompiler
abstract protected String getCompilerStderrCommand()(Code)(Java Doc)
abstract protected String getCompilerStderrCommand2()(Code)(Java Doc)
abstract protected String getDefaultPath()(Code)(Java Doc)
public List getSystemIncludeDirectories()(Code)(Java Doc)
public List getSystemPreprocessorSymbols()(Code)(Java Doc)
public void resetSystemIncludesAndDefines()(Code)(Java Doc)
public void saveSystemIncludesAndDefines()(Code)(Java Doc)
public boolean setSystemIncludeDirectories(List values)(Code)(Java Doc)
public boolean setSystemPreprocessorSymbols(List values)(Code)(Java Doc)

Methods inherited from org.netbeans.modules.cnd.makeproject.api.compilers.CCCCompiler
protected boolean containsMacro(List macrosList, String macroToFind)(Code)(Java Doc)
public String getLanguageExtOptions(int value)(Code)(Java Doc)
public String getLibraryLevelOptions(int value)(Code)(Java Doc)
public String getMTLevelOptions(int value)(Code)(Java Doc)
public String getStandardsEvolutionOptions(int value)(Code)(Java Doc)
protected void getSystemIncludesAndDefines(String path, String command, boolean stdout) throws IOException(Code)(Java Doc)
protected String getUniqueID()(Code)(Java Doc)
protected void parseCompilerOutput(InputStream is)(Code)(Java Doc)
protected void parseUserMacros(String line, PersistentList preprocessorList)(Code)(Java Doc)
public void resetSystemIncludesAndDefines()(Code)(Java Doc)
public void saveSystemIncludesAndDefines()(Code)(Java Doc)

Methods inherited from org.netbeans.modules.cnd.makeproject.api.compilers.BasicCompiler
public String getDevelopmentModeOptions(int value)(Code)(Java Doc)
public String getSixtyfourBitsOption(int value)(Code)(Java Doc)
public String getStripOption(boolean value)(Code)(Java Doc)
public List getSystemIncludeDirectories()(Code)(Java Doc)
public List getSystemPreprocessorSymbols()(Code)(Java Doc)
public String getWarningLevelOptions(int value)(Code)(Java Doc)
protected String normalizePath(String path)(Code)(Java Doc)
protected void normalizePaths(List<String> paths)(Code)(Java Doc)
public boolean setSystemIncludeDirectories(List values)(Code)(Java Doc)
public boolean setSystemPreprocessorSymbols(List values)(Code)(Java Doc)

ww_w_.___j___a___v__a__2___s_.___c___o_m___ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.