public class SemicolonCheck extends DoubleDispatchVisitorCheck
| 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) |
addIssue, addIssue, addLineIssue, scanFilegetContext, scan, scan, scanChildren, scanTree, visitArrayBindingPattern, visitArrayLiteral, visitArrowFunction, visitAssignmentExpression, visitBinaryExpression, visitBindingProperty, visitBlock, visitCallExpression, visitCaseClause, visitCatchBlock, visitClass, visitComment, visitComputedPropertyName, visitConditionalExpression, visitDefaultClause, visitElseClause, visitEmptyStatement, visitExportDefaultBinding, visitExportDefaultBindingWithExportList, visitExportDefaultBindingWithNameSpaceExport, visitFieldDeclaration, visitForObjectStatement, visitForStatement, visitFromClause, visitFunctionDeclaration, visitFunctionExpression, visitIdentifier, visitIfStatement, visitImportClause, visitInitializedBindingElement, visitJsxClosingElement, visitJsxIdentifier, visitJsxJavaScriptExpression, visitJsxOpeningElement, visitJsxSelfClosingElement, visitJsxSpreadAttribute, visitJsxStandardAttribute, visitJsxStandardElement, visitJsxText, visitLabelledStatement, visitLiteral, visitMemberExpression, visitMethodDeclaration, visitModule, visitNamedExportDeclaration, visitNewExpression, visitNewTarget, visitObjectBindingPattern, visitObjectLiteral, visitPairProperty, visitParameterList, visitParenthesisedExpression, visitRestElement, visitScript, visitSpecifier, visitSpecifierList, visitSpreadElement, visitSuper, visitSwitchStatement, visitTaggedTemplate, visitTemplateCharacters, visitTemplateExpression, visitTemplateLiteral, visitToken, visitTryStatement, visitUnaryExpression, visitVariableDeclaration, visitWhileStatement, visitWithStatement, visitYieldExpressionpublic void visitDefaultExportDeclaration(DefaultExportDeclarationTree tree)
visitDefaultExportDeclaration in class DoubleDispatchVisitorpublic void visitNameSpaceExportDeclaration(NameSpaceExportDeclarationTree tree)
visitNameSpaceExportDeclaration in class DoubleDispatchVisitorpublic void visitExportClause(ExportClauseTree tree)
visitExportClause in class DoubleDispatchVisitorpublic void visitImportDeclaration(ImportDeclarationTree tree)
visitImportDeclaration in class DoubleDispatchVisitorpublic void visitImportModuleDeclaration(ImportModuleDeclarationTree tree)
visitImportModuleDeclaration in class DoubleDispatchVisitorpublic void visitVariableStatement(VariableStatementTree tree)
visitVariableStatement in class DoubleDispatchVisitorpublic void visitExpressionStatement(ExpressionStatementTree tree)
visitExpressionStatement in class DoubleDispatchVisitorpublic void visitDoWhileStatement(DoWhileStatementTree tree)
visitDoWhileStatement in class DoubleDispatchVisitorpublic void visitContinueStatement(ContinueStatementTree tree)
visitContinueStatement in class DoubleDispatchVisitorpublic void visitBreakStatement(BreakStatementTree tree)
visitBreakStatement in class DoubleDispatchVisitorpublic void visitReturnStatement(ReturnStatementTree tree)
visitReturnStatement in class DoubleDispatchVisitorpublic void visitThrowStatement(ThrowStatementTree tree)
visitThrowStatement in class DoubleDispatchVisitorpublic void visitDebugger(DebuggerStatementTree tree)
visitDebugger in class DoubleDispatchVisitorCopyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.