public class ReturnInFinallyCheck extends BaseTreeVisitor implements JavaFileScanner
| Constructor and Description |
|---|
ReturnInFinallyCheck() |
| Modifier and Type | Method and Description |
|---|---|
void |
scanFile(JavaFileScannerContext context) |
void |
visitBreakStatement(BreakStatementTree tree) |
void |
visitContinueStatement(ContinueStatementTree tree) |
void |
visitDoWhileStatement(DoWhileStatementTree tree) |
void |
visitForEachStatement(ForEachStatement tree) |
void |
visitForStatement(ForStatementTree tree) |
void |
visitMethod(MethodTree tree) |
void |
visitReturnStatement(ReturnStatementTree tree) |
void |
visitSwitchStatement(SwitchStatementTree tree) |
void |
visitThrowStatement(ThrowStatementTree tree) |
void |
visitTryStatement(TryStatementTree tree) |
void |
visitWhileStatement(WhileStatementTree tree) |
scan, scan, scan, visitAnnotation, visitArrayAccessExpression, visitArrayDimension, visitArrayType, visitAssertStatement, visitAssignmentExpression, visitBinaryExpression, visitBlock, visitCaseGroup, visitCaseLabel, visitCatch, visitClass, visitCompilationUnit, visitConditionalExpression, visitEmptyStatement, visitEnumConstant, visitExportsDirectiveTree, visitExpressionStatement, visitIdentifier, visitIfStatement, visitImport, visitInstanceOf, visitLabeledStatement, visitLambdaExpression, visitLiteral, visitMemberSelectExpression, visitMethodInvocation, visitMethodReference, visitModifier, visitModule, visitNewArray, visitNewClass, visitOpensDirective, visitOther, visitPackage, visitParameterizedType, visitParenthesized, visitPrimitiveType, visitProvidesDirective, visitRequiresDirectiveTree, visitSynchronizedStatement, visitTypeArguments, visitTypeCast, visitTypeParameter, visitTypeParameters, visitUnaryExpression, visitUnionType, visitUsesDirective, visitVariable, visitWildcardpublic void scanFile(JavaFileScannerContext context)
scanFile in interface JavaFileScannerpublic void visitTryStatement(TryStatementTree tree)
visitTryStatement in interface TreeVisitorvisitTryStatement in class BaseTreeVisitorpublic void visitMethod(MethodTree tree)
visitMethod in interface TreeVisitorvisitMethod in class BaseTreeVisitorpublic void visitForStatement(ForStatementTree tree)
visitForStatement in interface TreeVisitorvisitForStatement in class BaseTreeVisitorpublic void visitForEachStatement(ForEachStatement tree)
visitForEachStatement in interface TreeVisitorvisitForEachStatement in class BaseTreeVisitorpublic void visitWhileStatement(WhileStatementTree tree)
visitWhileStatement in interface TreeVisitorvisitWhileStatement in class BaseTreeVisitorpublic void visitDoWhileStatement(DoWhileStatementTree tree)
visitDoWhileStatement in interface TreeVisitorvisitDoWhileStatement in class BaseTreeVisitorpublic void visitSwitchStatement(SwitchStatementTree tree)
visitSwitchStatement in interface TreeVisitorvisitSwitchStatement 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 visitContinueStatement(ContinueStatementTree tree)
visitContinueStatement in interface TreeVisitorvisitContinueStatement in class BaseTreeVisitorpublic void visitBreakStatement(BreakStatementTree tree)
visitBreakStatement in interface TreeVisitorvisitBreakStatement in class BaseTreeVisitorCopyright © 2012–2017 SonarSource. All rights reserved.