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 |
visitDefaultExportDeclaration(DefaultExportDeclarationTree tree) |
void |
visitDoWhileStatement(DoWhileStatementTree tree) |
void |
visitExportClause(ExportClauseTree tree) |
void |
visitExpressionStatement(ExpressionStatementTree tree) |
void |
visitImportDeclaration(ImportDeclarationTree tree) |
void |
visitImportModuleDeclaration(ImportModuleDeclarationTree tree) |
void |
visitNameSpaceExportDeclaration(NameSpaceExportDeclarationTree 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, visitElseClause, visitEmptyStatement, visitForInStatement, visitForOfStatement, visitForStatement, visitFromClause, visitFunctionDeclaration, visitFunctionExpression, visitGeneratorMethodDeclaration, visitIdentifier, visitIfStatement, visitImportClause, visitInitializedBindingElement, visitLabelledStatement, visitLiteral, visitMemberExpression, visitMethodDeclaration, visitModule, visitNamedExportDeclaration, visitNewExpression, visitObjectBindingPattern, visitObjectLiteral, visitPairProperty, visitParameterList, visitParenthesisedExpression, visitRestElement, visitScript, visitSpecifier, visitSpecifierList, visitSuper, visitSwitchStatement, visitTaggedTemplate, visitTemplateCharacters, visitTemplateExpression, visitTemplateLiteral, visitThisTree, visitTryStatement, visitUnaryExpression, visitVariableDeclaration, visitWhileStatement, visitWithStatement, visitYieldExpressionpublic void visitDefaultExportDeclaration(DefaultExportDeclarationTree tree)
visitDefaultExportDeclaration in interface TreeVisitorvisitDefaultExportDeclaration in class BaseTreeVisitorpublic void visitNameSpaceExportDeclaration(NameSpaceExportDeclarationTree tree)
visitNameSpaceExportDeclaration in interface TreeVisitorvisitNameSpaceExportDeclaration in class BaseTreeVisitorpublic void visitExportClause(ExportClauseTree tree)
visitExportClause in interface TreeVisitorvisitExportClause in class BaseTreeVisitorpublic 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.