public class NotStoredSelectionCheck extends BaseTreeVisitor
| Modifier and Type | Field and Description |
|---|---|
int |
threshold |
| Constructor and Description |
|---|
NotStoredSelectionCheck() |
| Modifier and Type | Method and Description |
|---|---|
void |
visitArrowFunction(ArrowFunctionTree tree) |
void |
visitAssignmentExpression(AssignmentExpressionTree tree) |
void |
visitCallExpression(CallExpressionTree tree) |
void |
visitFunctionDeclaration(FunctionDeclarationTree tree) |
void |
visitFunctionExpression(FunctionExpressionTree tree) |
void |
visitInitializedBindingElement(InitializedBindingElementTree tree) |
void |
visitScript(ScriptTree tree) |
getContext, scan, scan, scanFile, visitAccessorMethodDeclaration, visitArrayBindingPattern, visitArrayLiteral, visitBinaryExpression, visitBindingProperty, visitBlock, visitBreakStatement, visitCaseClause, visitCatchBlock, visitClassDeclaration, visitComputedPropertyName, visitConditionalExpression, visitContinueStatement, visitDebugger, visitDefaultClause, visitDefaultExportDeclaration, visitDoWhileStatement, visitElseClause, visitEmptyStatement, visitExportClause, visitExpressionStatement, visitForInStatement, visitForOfStatement, visitForStatement, visitFromClause, visitGeneratorMethodDeclaration, visitIdentifier, visitIfStatement, visitImportClause, visitImportDeclaration, visitImportModuleDeclaration, visitLabelledStatement, visitLiteral, visitMemberExpression, visitMethodDeclaration, visitModule, visitNamedExportDeclaration, visitNameSpaceExportDeclaration, visitNewExpression, visitObjectBindingPattern, visitObjectLiteral, visitPairProperty, visitParameterList, visitParenthesisedExpression, visitRestElement, visitReturnStatement, visitSpecifier, visitSpecifierList, visitSuper, visitSwitchStatement, visitTaggedTemplate, visitTemplateCharacters, visitTemplateExpression, visitTemplateLiteral, visitThisTree, visitThrowStatement, visitTryStatement, visitUnaryExpression, visitVariableDeclaration, visitVariableStatement, visitWhileStatement, visitWithStatement, visitYieldExpressionpublic void visitScript(ScriptTree tree)
visitScript in interface TreeVisitorvisitScript in class BaseTreeVisitorpublic void visitFunctionDeclaration(FunctionDeclarationTree tree)
visitFunctionDeclaration in interface TreeVisitorvisitFunctionDeclaration in class BaseTreeVisitorpublic void visitFunctionExpression(FunctionExpressionTree tree)
visitFunctionExpression in interface TreeVisitorvisitFunctionExpression in class BaseTreeVisitorpublic void visitArrowFunction(ArrowFunctionTree tree)
visitArrowFunction in interface TreeVisitorvisitArrowFunction in class BaseTreeVisitorpublic void visitCallExpression(CallExpressionTree tree)
visitCallExpression in interface TreeVisitorvisitCallExpression in class BaseTreeVisitorpublic void visitAssignmentExpression(AssignmentExpressionTree tree)
visitAssignmentExpression in interface TreeVisitorvisitAssignmentExpression in class BaseTreeVisitorpublic void visitInitializedBindingElement(InitializedBindingElementTree tree)
visitInitializedBindingElement in interface TreeVisitorvisitInitializedBindingElement in class BaseTreeVisitorCopyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.