@Beta public class BaseTreeVisitor extends Object implements TreeVisitor
TreeVisitor.| Constructor and Description |
|---|
BaseTreeVisitor() |
public void visitCompilationUnit(CompilationUnitTree tree)
visitCompilationUnit in interface TreeVisitorpublic void visitImport(ImportTree tree)
visitImport in interface TreeVisitorpublic void visitClass(ClassTree tree)
visitClass in interface TreeVisitorpublic void visitMethod(MethodTree tree)
visitMethod in interface TreeVisitorpublic void visitBlock(BlockTree tree)
visitBlock in interface TreeVisitorpublic void visitEmptyStatement(EmptyStatementTree tree)
visitEmptyStatement in interface TreeVisitorpublic void visitLabeledStatement(LabeledStatementTree tree)
visitLabeledStatement in interface TreeVisitorpublic void visitExpressionStatement(ExpressionStatementTree tree)
visitExpressionStatement in interface TreeVisitorpublic void visitIfStatement(IfStatementTree tree)
visitIfStatement in interface TreeVisitorpublic void visitAssertStatement(AssertStatementTree tree)
visitAssertStatement in interface TreeVisitorpublic void visitSwitchStatement(SwitchStatementTree tree)
visitSwitchStatement in interface TreeVisitorpublic void visitCaseGroup(CaseGroupTree tree)
visitCaseGroup in interface TreeVisitorpublic void visitCaseLabel(CaseLabelTree tree)
visitCaseLabel in interface TreeVisitorpublic void visitWhileStatement(WhileStatementTree tree)
visitWhileStatement in interface TreeVisitorpublic void visitDoWhileStatement(DoWhileStatementTree tree)
visitDoWhileStatement in interface TreeVisitorpublic void visitForStatement(ForStatementTree tree)
visitForStatement in interface TreeVisitorpublic void visitForEachStatement(ForEachStatement tree)
visitForEachStatement in interface TreeVisitorpublic void visitBreakStatement(BreakStatementTree tree)
visitBreakStatement in interface TreeVisitorpublic void visitContinueStatement(ContinueStatementTree tree)
visitContinueStatement in interface TreeVisitorpublic void visitReturnStatement(ReturnStatementTree tree)
visitReturnStatement in interface TreeVisitorpublic void visitThrowStatement(ThrowStatementTree tree)
visitThrowStatement in interface TreeVisitorpublic void visitSynchronizedStatement(SynchronizedStatementTree tree)
visitSynchronizedStatement in interface TreeVisitorpublic void visitTryStatement(TryStatementTree tree)
visitTryStatement in interface TreeVisitorpublic void visitCatch(CatchTree tree)
visitCatch in interface TreeVisitorpublic void visitUnaryExpression(UnaryExpressionTree tree)
visitUnaryExpression in interface TreeVisitorpublic void visitBinaryExpression(BinaryExpressionTree tree)
visitBinaryExpression in interface TreeVisitorpublic void visitConditionalExpression(ConditionalExpressionTree tree)
visitConditionalExpression in interface TreeVisitorpublic void visitArrayAccessExpression(ArrayAccessExpressionTree tree)
visitArrayAccessExpression in interface TreeVisitorpublic void visitMemberSelectExpression(MemberSelectExpressionTree tree)
visitMemberSelectExpression in interface TreeVisitorpublic void visitNewClass(NewClassTree tree)
visitNewClass in interface TreeVisitorpublic void visitNewArray(NewArrayTree tree)
visitNewArray in interface TreeVisitorpublic void visitMethodInvocation(MethodInvocationTree tree)
visitMethodInvocation in interface TreeVisitorpublic void visitTypeCast(TypeCastTree tree)
visitTypeCast in interface TreeVisitorpublic void visitInstanceOf(InstanceOfTree tree)
visitInstanceOf in interface TreeVisitorpublic void visitParenthesized(ParenthesizedTree tree)
visitParenthesized in interface TreeVisitorpublic void visitAssignmentExpression(AssignmentExpressionTree tree)
visitAssignmentExpression in interface TreeVisitorpublic void visitLiteral(LiteralTree tree)
visitLiteral in interface TreeVisitorpublic void visitIdentifier(IdentifierTree tree)
visitIdentifier in interface TreeVisitorpublic void visitVariable(VariableTree tree)
visitVariable in interface TreeVisitorpublic void visitPrimitiveType(PrimitiveTypeTree tree)
visitPrimitiveType in interface TreeVisitorpublic void visitArrayType(ArrayTypeTree tree)
visitArrayType in interface TreeVisitorpublic void visitEnumConstant(EnumConstantTree tree)
visitEnumConstant in interface TreeVisitorpublic void visitParameterizedType(ParameterizedTypeTree tree)
visitParameterizedType in interface TreeVisitorpublic void visitWildcard(WildcardTree tree)
visitWildcard in interface TreeVisitorpublic void visitUnionType(UnionTypeTree tree)
visitUnionType in interface TreeVisitorpublic void visitModifier(ModifiersTree modifiersTree)
visitModifier in interface TreeVisitorpublic void visitAnnotation(AnnotationTree annotationTree)
visitAnnotation in interface TreeVisitorpublic void visitLambdaExpression(LambdaExpressionTree lambdaExpressionTree)
visitLambdaExpression in interface TreeVisitorpublic void visitTypeParameter(TypeParameterTree typeParameter)
visitTypeParameter in interface TreeVisitorpublic void visitTypeArguments(TypeArgumentListTreeImpl trees)
visitTypeArguments in interface TreeVisitorpublic void visitTypeParameters(TypeParameters trees)
visitTypeParameters in interface TreeVisitorpublic void visitOther(Tree tree)
visitOther in interface TreeVisitorpublic void visitMethodReference(MethodReferenceTree methodReferenceTree)
visitMethodReference in interface TreeVisitorpublic void visitPackage(PackageDeclarationTree tree)
visitPackage in interface TreeVisitorpublic void visitModule(ModuleDeclarationTree module)
visitModule in interface TreeVisitorpublic void visitRequiresDirectiveTree(RequiresDirectiveTree tree)
visitRequiresDirectiveTree in interface TreeVisitorpublic void visitExportsDirectiveTree(ExportsDirectiveTree tree)
visitExportsDirectiveTree in interface TreeVisitorpublic void visitOpensDirective(OpensDirectiveTree tree)
visitOpensDirective in interface TreeVisitorpublic void visitUsesDirective(UsesDirectiveTree tree)
visitUsesDirective in interface TreeVisitorpublic void visitProvidesDirective(ProvidesDirectiveTree tree)
visitProvidesDirective in interface TreeVisitorpublic void visitArrayDimension(ArrayDimensionTree tree)
visitArrayDimension in interface TreeVisitorCopyright © 2012–2017 SonarSource. All rights reserved.