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