public class ClassCouplingCheck extends BaseTreeVisitor implements JavaFileScanner
| Modifier and Type | Field and Description |
|---|---|
int |
max |
| Constructor and Description |
|---|
ClassCouplingCheck() |
| Modifier and Type | Method and Description |
|---|---|
void |
scanFile(JavaFileScannerContext context) |
void |
visitArrayType(ArrayTypeTree tree) |
void |
visitCatch(CatchTree tree) |
void |
visitClass(ClassTree tree) |
void |
visitInstanceOf(InstanceOfTree tree) |
void |
visitMethod(MethodTree tree) |
void |
visitNewArray(NewArrayTree tree) |
void |
visitNewClass(NewClassTree tree) |
void |
visitParameterizedType(ParameterizedTypeTree tree) |
void |
visitTypeCast(TypeCastTree tree) |
void |
visitTypeParameter(TypeParameterTree typeParameter) |
void |
visitUnionType(UnionTypeTree tree) |
void |
visitVariable(VariableTree tree) |
void |
visitWildcard(WildcardTree tree) |
scan, scan, scan, visitAnnotation, visitArrayAccessExpression, visitArrayDimension, visitAssertStatement, visitAssignmentExpression, visitBinaryExpression, visitBlock, visitBreakStatement, visitCaseGroup, visitCaseLabel, visitCompilationUnit, visitConditionalExpression, visitContinueStatement, visitDoWhileStatement, visitEmptyStatement, visitEnumConstant, visitExpressionStatement, visitForEachStatement, visitForStatement, visitIdentifier, visitIfStatement, visitImport, visitLabeledStatement, visitLambdaExpression, visitLiteral, visitMemberSelectExpression, visitMethodInvocation, visitMethodReference, visitModifier, visitOther, visitPackage, visitParenthesized, visitPrimitiveType, visitReturnStatement, visitSwitchStatement, visitSynchronizedStatement, visitThrowStatement, visitTryStatement, visitTypeArguments, visitTypeParameters, visitUnaryExpression, visitWhileStatementpublic void scanFile(JavaFileScannerContext context)
scanFile in interface JavaFileScannerpublic void visitClass(ClassTree tree)
visitClass in interface TreeVisitorvisitClass in class BaseTreeVisitorpublic void visitVariable(VariableTree tree)
visitVariable in interface TreeVisitorvisitVariable in class BaseTreeVisitorpublic void visitCatch(CatchTree tree)
visitCatch in interface TreeVisitorvisitCatch in class BaseTreeVisitorpublic void visitTypeCast(TypeCastTree tree)
visitTypeCast in interface TreeVisitorvisitTypeCast in class BaseTreeVisitorpublic void visitMethod(MethodTree tree)
visitMethod in interface TreeVisitorvisitMethod in class BaseTreeVisitorpublic void visitTypeParameter(TypeParameterTree typeParameter)
visitTypeParameter in interface TreeVisitorvisitTypeParameter in class BaseTreeVisitorpublic void visitUnionType(UnionTypeTree tree)
visitUnionType in interface TreeVisitorvisitUnionType in class BaseTreeVisitorpublic void visitParameterizedType(ParameterizedTypeTree tree)
visitParameterizedType in interface TreeVisitorvisitParameterizedType in class BaseTreeVisitorpublic void visitNewClass(NewClassTree tree)
visitNewClass in interface TreeVisitorvisitNewClass in class BaseTreeVisitorpublic void visitWildcard(WildcardTree tree)
visitWildcard in interface TreeVisitorvisitWildcard in class BaseTreeVisitorpublic void visitArrayType(ArrayTypeTree tree)
visitArrayType in interface TreeVisitorvisitArrayType in class BaseTreeVisitorpublic void visitInstanceOf(InstanceOfTree tree)
visitInstanceOf in interface TreeVisitorvisitInstanceOf in class BaseTreeVisitorpublic void visitNewArray(NewArrayTree tree)
visitNewArray in interface TreeVisitorvisitNewArray in class BaseTreeVisitorCopyright © 2012–2016 SonarSource. All rights reserved.