public class SemicolonCheck extends BaseTreeVisitor
| Constructor and Description |
|---|
SemicolonCheck() |
| Modifier and Type | Method and Description |
|---|---|
void |
visitBreakStatement(BreakStatementTree tree) |
void |
visitContinueStatement(ContinueStatementTree tree) |
void |
visitDebugger(DebuggerStatementTree tree) |
void |
visitDoWhileStatement(DoWhileStatementTree tree) |
void |
visitExpressionStatement(ExpressionStatementTree tree) |
void |
visitImportDeclaration(ImportDeclarationTree tree) |
void |
visitImportModuleDeclaration(ImportModuleDeclarationTree tree) |
void |
visitReturnStatement(ReturnStatementTree tree) |
void |
visitThrowStatement(ThrowStatementTree tree) |
void |
visitVariableStatement(VariableStatementTree tree) |
getContext, scan, scan, scanFile, visitAccessorMethodDeclaration, visitArrayBindingPattern, visitArrayLiteral, visitArrowFunction, visitAssignmentExpression, visitBinaryExpression, visitBindingProperty, visitBlock, visitCallExpression, visitCaseClause, visitCatchBlock, visitClassDeclaration, visitComputedPropertyName, visitConditionalExpression, visitDefaultClause, visitDefaultExportDeclaration, visitElseClause, visitEmptyStatement, visitExportClause, visitForInStatement, visitForOfStatement, visitForStatement, visitFromClause, visitFunctionDeclaration, visitFunctionExpression, visitGeneratorMethodDeclaration, visitIdentifier, visitIfStatement, visitImportClause, visitInitializedBindingElement, visitLabelledStatement, visitLiteral, visitMemberExpression, visitMethodDeclaration, visitModule, visitNamedExportDeclaration, visitNameSpaceExportDeclaration, visitNewExpression, visitObjectBindingPattern, visitObjectLiteral, visitPairProperty, visitParameterList, visitParenthesisedExpression, visitRestElement, visitScript, visitSpecifier, visitSpecifierList, visitSuper, visitSwitchStatement, visitTaggedTemplate, visitTemplateCharacters, visitTemplateExpression, visitTemplateLiteral, visitThisTree, visitTryStatement, visitUnaryExpression, visitVariableDeclaration, visitWhileStatement, visitWithStatement, visitYieldExpressionpublic void visitImportDeclaration(ImportDeclarationTree tree)
visitImportDeclaration in interface TreeVisitorvisitImportDeclaration in class BaseTreeVisitorpublic void visitImportModuleDeclaration(ImportModuleDeclarationTree tree)
visitImportModuleDeclaration in interface TreeVisitorvisitImportModuleDeclaration in class BaseTreeVisitorpublic void visitVariableStatement(VariableStatementTree tree)
visitVariableStatement in interface TreeVisitorvisitVariableStatement in class BaseTreeVisitorpublic void visitExpressionStatement(ExpressionStatementTree tree)
visitExpressionStatement in interface TreeVisitorvisitExpressionStatement in class BaseTreeVisitorpublic void visitDoWhileStatement(DoWhileStatementTree tree)
visitDoWhileStatement in interface TreeVisitorvisitDoWhileStatement in class BaseTreeVisitorpublic void visitContinueStatement(ContinueStatementTree tree)
visitContinueStatement in interface TreeVisitorvisitContinueStatement in class BaseTreeVisitorpublic void visitBreakStatement(BreakStatementTree tree)
visitBreakStatement in interface TreeVisitorvisitBreakStatement in class BaseTreeVisitorpublic void visitReturnStatement(ReturnStatementTree tree)
visitReturnStatement in interface TreeVisitorvisitReturnStatement in class BaseTreeVisitorpublic void visitThrowStatement(ThrowStatementTree tree)
visitThrowStatement in interface TreeVisitorvisitThrowStatement in class BaseTreeVisitorpublic void visitDebugger(DebuggerStatementTree tree)
visitDebugger in interface TreeVisitorvisitDebugger in class BaseTreeVisitorCopyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.