Java Doc for SpecialTokenVisitor.java in  » UML » jrefactory » org » acm » seguin » pretty » 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 » UML » jrefactory » org.acm.seguin.pretty 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.acm.seguin.pretty.SpecialTokenVisitor

SpecialTokenVisitor
public class SpecialTokenVisitor implements JavaParserVisitor(Code)
Processes special tokens
author:
   Chris Seguin
author:
   Mike Atkinson



Constructor Summary
public  SpecialTokenVisitor()
    

Method Summary
protected  ObjectprocessSpecialToken(Node node, Object data)
    
public  Objectvisit(ASTJSPBody node, Object data)
     process the special tokens (Javadoc, newlines, etc.) for this node.
public  Objectvisit(ASTTypeParameterList node, Object data)
     process the special tokens (Javadoc, newlines, etc.) for this node.
public  Objectvisit(ASTTypeParameter node, Object data)
     process the special tokens (Javadoc, newlines, etc.) for this node.
public  Objectvisit(ASTTypeArguments node, Object data)
     process the special tokens (Javadoc, newlines, etc.) for this node.
public  Objectvisit(ASTReferenceTypeList node, Object data)
     process the special tokens (Javadoc, newlines, etc.) for this node.
public  Objectvisit(ASTReferenceType node, Object data)
     process the special tokens (Javadoc, newlines, etc.) for this node.
public  Objectvisit(ASTClassOrInterfaceType node, Object data)
     process the special tokens (Javadoc, newlines, etc.) for this node.
public  Objectvisit(ASTActualTypeArgument node, Object data)
     process the special tokens (Javadoc, newlines, etc.) for this node.
public  Objectvisit(ASTTypeParameters node, Object data)
     process the special tokens (Javadoc, newlines, etc.) for this node.
public  Objectvisit(ASTGenericNameList node, Object data)
     process the special tokens (Javadoc, newlines, etc.) for this node.
public  Objectvisit(ASTEnumDeclaration node, Object data)
     process the special tokens (Javadoc, newlines, etc.) for this node.
public  Objectvisit(ASTEnumElement node, Object data)
     process the special tokens (Javadoc, newlines, etc.) for this node.
public  Objectvisit(ASTIdentifier node, Object data)
     process the special tokens (Javadoc, newlines, etc.) for this node.
public  Objectvisit(ASTAnnotationTypeDeclaration node, Object data)
     process the special tokens (Javadoc, newlines, etc.) for this node.
public  Objectvisit(ASTAnnotationTypeMemberDeclaration node, Object data)
     process the special tokens (Javadoc, newlines, etc.) for this node.
public  Objectvisit(ASTAnnotationMethodDeclaration node, Object data)
     process the special tokens (Javadoc, newlines, etc.) for this node.
public  Objectvisit(ASTConstantDeclaration node, Object data)
     process the special tokens (Javadoc, newlines, etc.) for this node.
public  Objectvisit(ASTAnnotation node, Object data)
     process the special tokens (Javadoc, newlines, etc.) for this node.
public  Objectvisit(ASTMemberValuePairs node, Object data)
     process the special tokens (Javadoc, newlines, etc.) for this node.
public  Objectvisit(ASTMemberValuePair node, Object data)
     process the special tokens (Javadoc, newlines, etc.) for this node.
public  Objectvisit(ASTMemberValue node, Object data)
     process the special tokens (Javadoc, newlines, etc.) for this node.
public  Objectvisit(ASTMemberValueArrayInitializer node, Object data)
     process the special tokens (Javadoc, newlines, etc.) for this node.
public  Objectvisit(SimpleNode node, Object data)
    
public  Objectvisit(ASTCompilationUnit node, Object data)
    
public  Objectvisit(ASTPackageDeclaration node, Object data)
    
public  Objectvisit(ASTImportDeclaration node, Object data)
    
public  Objectvisit(ASTTypeDeclaration node, Object data)
    
public  Objectvisit(ASTClassDeclaration node, Object data)
    
public  Objectvisit(ASTUnmodifiedClassDeclaration node, Object data)
    
public  Objectvisit(ASTClassBody node, Object data)
    
public  Objectvisit(ASTNestedClassDeclaration node, Object data)
    
public  Objectvisit(ASTClassBodyDeclaration node, Object data)
    
public  Objectvisit(ASTInterfaceDeclaration node, Object data)
    
public  Objectvisit(ASTNestedInterfaceDeclaration node, Object data)
    
public  Objectvisit(ASTUnmodifiedInterfaceDeclaration node, Object data)
    
public  Objectvisit(ASTInterfaceBody node, Object data)
    
public  Objectvisit(ASTInterfaceMemberDeclaration node, Object data)
    
public  Objectvisit(ASTFieldDeclaration node, Object data)
    
public  Objectvisit(ASTVariableDeclarator node, Object data)
    
public  Objectvisit(ASTVariableDeclaratorId node, Object data)
    
public  Objectvisit(ASTVariableInitializer node, Object data)
    
public  Objectvisit(ASTArrayInitializer node, Object data)
    
public  Objectvisit(ASTMethodDeclaration node, Object data)
    
public  Objectvisit(ASTMethodDeclarator node, Object data)
    
public  Objectvisit(ASTFormalParameters node, Object data)
    
public  Objectvisit(ASTFormalParameter node, Object data)
    
public  Objectvisit(ASTConstructorDeclaration node, Object data)
    
public  Objectvisit(ASTExplicitConstructorInvocation node, Object data)
    
public  Objectvisit(ASTInitializer node, Object data)
    
public  Objectvisit(ASTType node, Object data)
    
public  Objectvisit(ASTPrimitiveType node, Object data)
    
public  Objectvisit(ASTResultType node, Object data)
    
public  Objectvisit(ASTName node, Object data)
    
public  Objectvisit(ASTNameList node, Object data)
    
public  Objectvisit(ASTExpression node, Object data)
    
public  Objectvisit(ASTAssignmentOperator node, Object data)
    
public  Objectvisit(ASTConditionalExpression node, Object data)
    
public  Objectvisit(ASTConditionalOrExpression node, Object data)
    
public  Objectvisit(ASTConditionalAndExpression node, Object data)
    
public  Objectvisit(ASTInclusiveOrExpression node, Object data)
    
public  Objectvisit(ASTExclusiveOrExpression node, Object data)
    
public  Objectvisit(ASTAndExpression node, Object data)
    
public  Objectvisit(ASTEqualityExpression node, Object data)
    
public  Objectvisit(ASTInstanceOfExpression node, Object data)
    
public  Objectvisit(ASTRelationalExpression node, Object data)
    
public  Objectvisit(ASTShiftExpression node, Object data)
    
public  Objectvisit(ASTAdditiveExpression node, Object data)
    
public  Objectvisit(ASTMultiplicativeExpression node, Object data)
    
public  Objectvisit(ASTUnaryExpression node, Object data)
    
public  Objectvisit(ASTPreIncrementExpression node, Object data)
    
public  Objectvisit(ASTPreDecrementExpression node, Object data)
    
public  Objectvisit(ASTUnaryExpressionNotPlusMinus node, Object data)
    
public  Objectvisit(ASTPostfixExpression node, Object data)
    
public  Objectvisit(ASTCastExpression node, Object data)
    
public  Objectvisit(ASTPrimaryExpression node, Object data)
    
public  Objectvisit(ASTPrimaryPrefix node, Object data)
    
public  Objectvisit(ASTPrimarySuffix node, Object data)
    
public  Objectvisit(ASTLiteral node, Object data)
    
public  Objectvisit(ASTBooleanLiteral node, Object data)
    
public  Objectvisit(ASTNullLiteral node, Object data)
    
public  Objectvisit(ASTArguments node, Object data)
    
public  Objectvisit(ASTArgumentList node, Object data)
    
public  Objectvisit(ASTAllocationExpression node, Object data)
    
public  Objectvisit(ASTArrayDimsAndInits node, Object data)
    
public  Objectvisit(ASTStatement node, Object data)
    
public  Objectvisit(ASTLabeledStatement node, Object data)
    
public  Objectvisit(ASTBlock node, Object data)
    
public  Objectvisit(ASTBlockStatement node, Object data)
    
public  Objectvisit(ASTLocalVariableDeclaration node, Object data)
    
public  Objectvisit(ASTEmptyStatement node, Object data)
    
public  Objectvisit(ASTStatementExpression node, Object data)
    
public  Objectvisit(ASTSwitchStatement node, Object data)
    
public  Objectvisit(ASTSwitchLabel node, Object data)
    
public  Objectvisit(ASTIfStatement node, Object data)
    
public  Objectvisit(ASTWhileStatement node, Object data)
    
public  Objectvisit(ASTDoStatement node, Object data)
    
public  Objectvisit(ASTForStatement node, Object data)
    
public  Objectvisit(ASTForInit node, Object data)
    
public  Objectvisit(ASTStatementExpressionList node, Object data)
    
public  Objectvisit(ASTForUpdate node, Object data)
    
public  Objectvisit(ASTBreakStatement node, Object data)
    
public  Objectvisit(ASTContinueStatement node, Object data)
    
public  Objectvisit(ASTReturnStatement node, Object data)
    
public  Objectvisit(ASTThrowStatement node, Object data)
    
public  Objectvisit(ASTSynchronizedStatement node, Object data)
    
public  Objectvisit(ASTTryStatement node, Object data)
    
public  Objectvisit(ASTAssertionStatement node, Object data)
    


Constructor Detail
SpecialTokenVisitor
public SpecialTokenVisitor()(Code)
Constructor for the SpecialTokenVisitor object




Method Detail
processSpecialToken
protected Object processSpecialToken(Node node, Object data)(Code)
Process the special token data
Parameters:
  node - the node that the special token data is associated with
Parameters:
  data - the special token data the special token data



visit
public Object visit(ASTJSPBody node, Object data)(Code)
process the special tokens (Javadoc, newlines, etc.) for this node. It uses processSpecialToken() to do all the work.
Parameters:
  node - process this node.
Parameters:
  data - of class PrintData Updated PrintData
since:
   JRefactory 2.9.10



visit
public Object visit(ASTTypeParameterList node, Object data)(Code)
process the special tokens (Javadoc, newlines, etc.) for this node. It uses processSpecialToken() to do all the work.
Parameters:
  node - process this node.
Parameters:
  data - of class PrintData Updated PrintData
since:
   JRefactory 2.7.00



visit
public Object visit(ASTTypeParameter node, Object data)(Code)
process the special tokens (Javadoc, newlines, etc.) for this node. It uses processSpecialToken() to do all the work.
Parameters:
  node - process this node.
Parameters:
  data - of class PrintData Updated PrintData
since:
   JRefactory 2.7.00



visit
public Object visit(ASTTypeArguments node, Object data)(Code)
process the special tokens (Javadoc, newlines, etc.) for this node. It uses processSpecialToken() to do all the work.
Parameters:
  node - process this node.
Parameters:
  data - of class PrintData Updated PrintData
since:
   JRefactory 2.7.00



visit
public Object visit(ASTReferenceTypeList node, Object data)(Code)
process the special tokens (Javadoc, newlines, etc.) for this node. It uses processSpecialToken() to do all the work.
Parameters:
  node - process this node.
Parameters:
  data - of class PrintData Updated PrintData
since:
   JRefactory 2.7.00



visit
public Object visit(ASTReferenceType node, Object data)(Code)
process the special tokens (Javadoc, newlines, etc.) for this node. It uses processSpecialToken() to do all the work.
Parameters:
  node - process this node.
Parameters:
  data - of class PrintData Updated PrintData
since:
   JRefactory 2.7.00



visit
public Object visit(ASTClassOrInterfaceType node, Object data)(Code)
process the special tokens (Javadoc, newlines, etc.) for this node. It uses processSpecialToken() to do all the work.
Parameters:
  node - process this node.
Parameters:
  data - of class PrintData Updated PrintData
since:
   JRefactory 2.7.00



visit
public Object visit(ASTActualTypeArgument node, Object data)(Code)
process the special tokens (Javadoc, newlines, etc.) for this node. It uses processSpecialToken() to do all the work.
Parameters:
  node - process this node.
Parameters:
  data - of class PrintData Updated PrintData
since:
   JRefactory 2.7.00



visit
public Object visit(ASTTypeParameters node, Object data)(Code)
process the special tokens (Javadoc, newlines, etc.) for this node. It uses processSpecialToken() to do all the work.
Parameters:
  node - process this node.
Parameters:
  data - of class PrintData Updated PrintData
since:
   JRefactory 2.7.00



visit
public Object visit(ASTGenericNameList node, Object data)(Code)
process the special tokens (Javadoc, newlines, etc.) for this node. It uses processSpecialToken() to do all the work.
Parameters:
  node - process this node.
Parameters:
  data - of class PrintData Updated PrintData
since:
   JRefactory 2.7.00



visit
public Object visit(ASTEnumDeclaration node, Object data)(Code)
process the special tokens (Javadoc, newlines, etc.) for this node. It uses processSpecialToken() to do all the work.
Parameters:
  node - process this node.
Parameters:
  data - of class PrintData Updated PrintData
since:
   JRefactory 2.7.00



visit
public Object visit(ASTEnumElement node, Object data)(Code)
process the special tokens (Javadoc, newlines, etc.) for this node. It uses processSpecialToken() to do all the work.
Parameters:
  node - process this node.
Parameters:
  data - of class PrintData Updated PrintData
since:
   JRefactory 2.7.00



visit
public Object visit(ASTIdentifier node, Object data)(Code)
process the special tokens (Javadoc, newlines, etc.) for this node. It uses processSpecialToken() to do all the work.
Parameters:
  node - process this node.
Parameters:
  data - of class PrintData Updated PrintData
since:
   JRefactory 2.7.00



visit
public Object visit(ASTAnnotationTypeDeclaration node, Object data)(Code)
process the special tokens (Javadoc, newlines, etc.) for this node. It uses processSpecialToken() to do all the work.
Parameters:
  node - process this node.
Parameters:
  data - of class PrintData Updated PrintData
since:
   JRefactory 2.7.00



visit
public Object visit(ASTAnnotationTypeMemberDeclaration node, Object data)(Code)
process the special tokens (Javadoc, newlines, etc.) for this node. It uses processSpecialToken() to do all the work.
Parameters:
  node - process this node.
Parameters:
  data - of class PrintData Updated PrintData
since:
   JRefactory 2.7.00



visit
public Object visit(ASTAnnotationMethodDeclaration node, Object data)(Code)
process the special tokens (Javadoc, newlines, etc.) for this node. It uses processSpecialToken() to do all the work.
Parameters:
  node - process this node.
Parameters:
  data - of class PrintData Updated PrintData
since:
   JRefactory 2.7.00



visit
public Object visit(ASTConstantDeclaration node, Object data)(Code)
process the special tokens (Javadoc, newlines, etc.) for this node. It uses processSpecialToken() to do all the work.
Parameters:
  node - process this node.
Parameters:
  data - of class PrintData Updated PrintData
since:
   JRefactory 2.7.00



visit
public Object visit(ASTAnnotation node, Object data)(Code)
process the special tokens (Javadoc, newlines, etc.) for this node. It uses processSpecialToken() to do all the work.
Parameters:
  node - process this node.
Parameters:
  data - of class PrintData Updated PrintData
since:
   JRefactory 2.7.00



visit
public Object visit(ASTMemberValuePairs node, Object data)(Code)
process the special tokens (Javadoc, newlines, etc.) for this node. It uses processSpecialToken() to do all the work.
Parameters:
  node - process this node.
Parameters:
  data - of class PrintData Updated PrintData
since:
   JRefactory 2.7.00



visit
public Object visit(ASTMemberValuePair node, Object data)(Code)
process the special tokens (Javadoc, newlines, etc.) for this node. It uses processSpecialToken() to do all the work.
Parameters:
  node - process this node.
Parameters:
  data - of class PrintData Updated PrintData
since:
   JRefactory 2.7.00



visit
public Object visit(ASTMemberValue node, Object data)(Code)
process the special tokens (Javadoc, newlines, etc.) for this node. It uses processSpecialToken() to do all the work.
Parameters:
  node - process this node.
Parameters:
  data - of class PrintData Updated PrintData
since:
   JRefactory 2.7.00



visit
public Object visit(ASTMemberValueArrayInitializer node, Object data)(Code)
process the special tokens (Javadoc, newlines, etc.) for this node. It uses processSpecialToken() to do all the work.
Parameters:
  node - process this node.
Parameters:
  data - of class PrintData Updated PrintData
since:
   JRefactory 2.7.00



visit
public Object visit(SimpleNode node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTCompilationUnit node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTPackageDeclaration node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTImportDeclaration node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTTypeDeclaration node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTClassDeclaration node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTUnmodifiedClassDeclaration node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTClassBody node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTNestedClassDeclaration node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTClassBodyDeclaration node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTInterfaceDeclaration node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTNestedInterfaceDeclaration node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTUnmodifiedInterfaceDeclaration node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTInterfaceBody node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTInterfaceMemberDeclaration node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTFieldDeclaration node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTVariableDeclarator node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTVariableDeclaratorId node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTVariableInitializer node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTArrayInitializer node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTMethodDeclaration node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTMethodDeclarator node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTFormalParameters node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTFormalParameter node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTConstructorDeclaration node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTExplicitConstructorInvocation node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTInitializer node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTType node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTPrimitiveType node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTResultType node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTName node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTNameList node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTExpression node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTAssignmentOperator node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTConditionalExpression node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTConditionalOrExpression node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTConditionalAndExpression node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTInclusiveOrExpression node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTExclusiveOrExpression node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTAndExpression node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTEqualityExpression node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTInstanceOfExpression node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTRelationalExpression node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTShiftExpression node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTAdditiveExpression node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTMultiplicativeExpression node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTUnaryExpression node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTPreIncrementExpression node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTPreDecrementExpression node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTUnaryExpressionNotPlusMinus node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTPostfixExpression node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTCastExpression node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTPrimaryExpression node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTPrimaryPrefix node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTPrimarySuffix node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTLiteral node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTBooleanLiteral node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTNullLiteral node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTArguments node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTArgumentList node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTAllocationExpression node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTArrayDimsAndInits node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTStatement node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTLabeledStatement node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTBlock node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTBlockStatement node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTLocalVariableDeclaration node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTEmptyStatement node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTStatementExpression node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTSwitchStatement node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTSwitchLabel node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTIfStatement node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTWhileStatement node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTDoStatement node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTForStatement node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTForInit node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTStatementExpressionList node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTForUpdate node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTBreakStatement node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTContinueStatement node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTReturnStatement node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTThrowStatement node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTSynchronizedStatement node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTTryStatement node, Object data)(Code)
Description of the Method
Parameters:
  node - Description of Parameter
Parameters:
  data - Description of Parameter Description of the Returned Value



visit
public Object visit(ASTAssertionStatement node, Object data)(Code)
Visit the assertion node
Parameters:
  node - the node
Parameters:
  data - the data needed to perform the visit the result of visiting the node



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)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.