Java Doc for CsmTracer.java in  » IDE-Netbeans » cnd » org » netbeans » modules » cnd » api » model » util » 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.api.model.util 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.netbeans.modules.cnd.api.model.util.CsmTracer

CsmTracer
public class CsmTracer (Code)
Misc. static methods used for tracing of code model objects
author:
   vk155633



Constructor Summary
public  CsmTracer()
    
public  CsmTracer(boolean useStdErr)
    
public  CsmTracer(PrintStream printStream)
    

Method Summary
public  voidcheckUniqueName(CsmDeclaration decl)
    
public  voiddumpDeclarationsCollection(Collection declarations, String title)
    
public  voiddumpDeclarationsCollection(Collection declarations)
    
public  voiddumpFilesCollection(Collection files, String title)
    
public  voiddumpFilesCollection(Collection files)
    
public  voiddumpModel(CsmFunction fun)
    
public  voiddumpModel(CsmFunctionDefinition fun)
    
public  voiddumpModel(CsmProject project)
    
public  voiddumpModel(CsmNamespace nsp)
    
public  voiddumpModel(CsmFile file)
    
public  voiddumpModel(CsmFile file, String title)
    
public  voiddumpModel(CsmVariable var)
    
public  voiddumpModel(CsmVariableDefinition var)
    
public  voiddumpModel(CsmField field)
    
public  voiddumpModel(CsmDeclaration decl)
    
public  voiddumpModel(CsmNamespaceAlias alias)
    
public  voiddumpModel(CsmUsingDeclaration ud)
    
public  voiddumpModel(CsmTypedef td)
    
public  voiddumpModel(CsmUsingDirective ud)
    
public  voiddumpModel(CsmClass cls)
    
public  voiddumpModel(CsmEnum enumeration)
    
public  voiddumpModel(CsmNamespaceDefinition nsp)
    
public  voiddumpModelChangeEvent(CsmChangeEvent e)
    
public  voiddumpNamespaceDefinitions(CsmNamespace nsp)
    
public  voiddumpNamespacesCollection(Collection namespaces, String title)
    
public  voiddumpNamespacesCollection(Collection namespaces)
    
public  voiddumpParameters(Collection parameters)
    
public  voiddumpStatement(CsmStatement stmt)
    
public  voiddumpStatement(CsmCompoundStatement stmt)
    
public  voiddumpStatement(CsmTryCatchStatement stmt)
    
public  voiddumpStatement(CsmExceptionHandler stmt)
    
public  voiddumpStatement(CsmIfStatement stmt)
    
public  voiddumpStatement(CsmDeclarationStatement stmt)
    
public  voiddumpStatement(CsmLoopStatement stmt)
    
public  voiddumpStatement(CsmForStatement stmt)
    
public  voiddumpStatement(CsmSwitchStatement stmt)
    
public  voiddumpStatement(CsmCaseStatement stmt)
    
public  StringgetBriefClassName(Object o)
    
public  StringgetBriefClassName(Class cls)
    
public static  StringgetOffsetString(CsmObject obj, boolean traceFile)
    
public static  StringgetScopeString(CsmScopeElement el)
    
protected  PrintStreamgetStream()
    
public  voidindent()
    
protected  booleanneedsCheckUniqueName(CsmDeclaration decl)
    
public  voidprint(String s)
    
public  voidprint(String s, boolean newline)
    
public  voidsetDeep(boolean deep)
    
public  voidsetPrintStream(PrintStream printStream)
    
public  voidsetTestUniqueName(boolean value)
    
public static  StringtoString(CsmObject obj)
    
public static  StringtoString(CsmNamespace nsp)
    
public static  StringtoString(CsmMacro macro)
    
public static  StringtoString(CsmInclude incl)
    
public static  StringtoString(CsmStatement stmt)
    
public static  StringtoString(CsmExpression expr, boolean traceKind)
    
public static  StringtoString(CsmInheritance inh)
    
public static  StringtoString(CsmCondition condition)
    
public static  StringtoString(CsmDeclaration decl)
    
public static  StringtoString(CsmClassifier cls)
    
public static  StringtoString(CsmFile file)
    
public static  StringtoString(CsmVariable var)
    
public static  StringtoString(CsmFunction fun)
    
public  voidunindent()
    


Constructor Detail
CsmTracer
public CsmTracer()(Code)



CsmTracer
public CsmTracer(boolean useStdErr)(Code)



CsmTracer
public CsmTracer(PrintStream printStream)(Code)




Method Detail
checkUniqueName
public void checkUniqueName(CsmDeclaration decl)(Code)



dumpDeclarationsCollection
public void dumpDeclarationsCollection(Collection declarations, String title)(Code)



dumpDeclarationsCollection
public void dumpDeclarationsCollection(Collection declarations)(Code)



dumpFilesCollection
public void dumpFilesCollection(Collection files, String title)(Code)



dumpFilesCollection
public void dumpFilesCollection(Collection files)(Code)



dumpModel
public void dumpModel(CsmFunction fun)(Code)



dumpModel
public void dumpModel(CsmFunctionDefinition fun)(Code)



dumpModel
public void dumpModel(CsmProject project)(Code)



dumpModel
public void dumpModel(CsmNamespace nsp)(Code)



dumpModel
public void dumpModel(CsmFile file)(Code)



dumpModel
public void dumpModel(CsmFile file, String title)(Code)



dumpModel
public void dumpModel(CsmVariable var)(Code)



dumpModel
public void dumpModel(CsmVariableDefinition var)(Code)



dumpModel
public void dumpModel(CsmField field)(Code)



dumpModel
public void dumpModel(CsmDeclaration decl)(Code)



dumpModel
public void dumpModel(CsmNamespaceAlias alias)(Code)



dumpModel
public void dumpModel(CsmUsingDeclaration ud)(Code)



dumpModel
public void dumpModel(CsmTypedef td)(Code)



dumpModel
public void dumpModel(CsmUsingDirective ud)(Code)



dumpModel
public void dumpModel(CsmClass cls)(Code)



dumpModel
public void dumpModel(CsmEnum enumeration)(Code)



dumpModel
public void dumpModel(CsmNamespaceDefinition nsp)(Code)



dumpModelChangeEvent
public void dumpModelChangeEvent(CsmChangeEvent e)(Code)



dumpNamespaceDefinitions
public void dumpNamespaceDefinitions(CsmNamespace nsp)(Code)



dumpNamespacesCollection
public void dumpNamespacesCollection(Collection namespaces, String title)(Code)



dumpNamespacesCollection
public void dumpNamespacesCollection(Collection namespaces)(Code)



dumpParameters
public void dumpParameters(Collection parameters)(Code)



dumpStatement
public void dumpStatement(CsmStatement stmt)(Code)



dumpStatement
public void dumpStatement(CsmCompoundStatement stmt)(Code)



dumpStatement
public void dumpStatement(CsmTryCatchStatement stmt)(Code)



dumpStatement
public void dumpStatement(CsmExceptionHandler stmt)(Code)



dumpStatement
public void dumpStatement(CsmIfStatement stmt)(Code)



dumpStatement
public void dumpStatement(CsmDeclarationStatement stmt)(Code)



dumpStatement
public void dumpStatement(CsmLoopStatement stmt)(Code)



dumpStatement
public void dumpStatement(CsmForStatement stmt)(Code)



dumpStatement
public void dumpStatement(CsmSwitchStatement stmt)(Code)



dumpStatement
public void dumpStatement(CsmCaseStatement stmt)(Code)



getBriefClassName
public String getBriefClassName(Object o)(Code)



getBriefClassName
public String getBriefClassName(Class cls)(Code)



getOffsetString
public static String getOffsetString(CsmObject obj, boolean traceFile)(Code)



getScopeString
public static String getScopeString(CsmScopeElement el)(Code)



getStream
protected PrintStream getStream()(Code)



indent
public void indent()(Code)



needsCheckUniqueName
protected boolean needsCheckUniqueName(CsmDeclaration decl)(Code)



print
public void print(String s)(Code)



print
public void print(String s, boolean newline)(Code)



setDeep
public void setDeep(boolean deep)(Code)



setPrintStream
public void setPrintStream(PrintStream printStream)(Code)



setTestUniqueName
public void setTestUniqueName(boolean value)(Code)



toString
public static String toString(CsmObject obj)(Code)



toString
public static String toString(CsmNamespace nsp)(Code)



toString
public static String toString(CsmMacro macro)(Code)



toString
public static String toString(CsmInclude incl)(Code)



toString
public static String toString(CsmStatement stmt)(Code)



toString
public static String toString(CsmExpression expr, boolean traceKind)(Code)



toString
public static String toString(CsmInheritance inh)(Code)



toString
public static String toString(CsmCondition condition)(Code)



toString
public static String toString(CsmDeclaration decl)(Code)



toString
public static String toString(CsmClassifier cls)(Code)



toString
public static String toString(CsmFile file)(Code)



toString
public static String toString(CsmVariable var)(Code)



toString
public static String toString(CsmFunction fun)(Code)



unindent
public void unindent()(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

w_w___w___.___j___a_va___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.