public class LastSyntaxTokenFinder extends BaseTreeVisitor
scan, scan, scan@Nullable public static SyntaxToken lastSyntaxToken(Tree tree)
tree - the tree to visit to get its last syntax tokenModifiersTree)org.sonar.plugins.java.api.tree.Tree.Kind.OTHER)public void visitBlock(BlockTree tree)
visitBlock in interface TreeVisitorvisitBlock in class BaseTreeVisitorpublic void visitEmptyStatement(EmptyStatementTree tree)
visitEmptyStatement in interface TreeVisitorvisitEmptyStatement in class BaseTreeVisitorpublic void visitExpressionStatement(ExpressionStatementTree tree)
visitExpressionStatement in interface TreeVisitorvisitExpressionStatement in class BaseTreeVisitorpublic void visitIfStatement(IfStatementTree tree)
visitIfStatement in interface TreeVisitorvisitIfStatement in class BaseTreeVisitorpublic void visitAssertStatement(AssertStatementTree tree)
visitAssertStatement in interface TreeVisitorvisitAssertStatement in class BaseTreeVisitorpublic void visitSwitchStatement(SwitchStatementTree tree)
visitSwitchStatement in interface TreeVisitorvisitSwitchStatement 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 visitForStatement(ForStatementTree tree)
visitForStatement in interface TreeVisitorvisitForStatement in class BaseTreeVisitorpublic void visitForEachStatement(ForEachStatement tree)
visitForEachStatement in interface TreeVisitorvisitForEachStatement in class BaseTreeVisitorpublic void visitBreakStatement(BreakStatementTree tree)
visitBreakStatement in interface TreeVisitorvisitBreakStatement in class BaseTreeVisitorpublic void visitContinueStatement(ContinueStatementTree tree)
visitContinueStatement in interface TreeVisitorvisitContinueStatement 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 visitSynchronizedStatement(SynchronizedStatementTree tree)
visitSynchronizedStatement in interface TreeVisitorvisitSynchronizedStatement in class BaseTreeVisitorpublic void visitTryStatement(TryStatementTree tree)
visitTryStatement in interface TreeVisitorvisitTryStatement in class BaseTreeVisitorpublic void visitCatch(CatchTree tree)
visitCatch in interface TreeVisitorvisitCatch in class BaseTreeVisitorpublic void visitMethod(MethodTree tree)
visitMethod in interface TreeVisitorvisitMethod in class BaseTreeVisitorpublic void visitClass(ClassTree tree)
visitClass in interface TreeVisitorvisitClass in class BaseTreeVisitorpublic void visitVariable(VariableTree tree)
visitVariable in interface TreeVisitorvisitVariable in class BaseTreeVisitorpublic void visitEnumConstant(EnumConstantTree tree)
visitEnumConstant in interface TreeVisitorvisitEnumConstant in class BaseTreeVisitorpublic void visitCaseLabel(CaseLabelTree tree)
visitCaseLabel in interface TreeVisitorvisitCaseLabel in class BaseTreeVisitorpublic void visitBinaryExpression(BinaryExpressionTree tree)
visitBinaryExpression in interface TreeVisitorvisitBinaryExpression in class BaseTreeVisitorpublic void visitLiteral(LiteralTree tree)
visitLiteral in interface TreeVisitorvisitLiteral in class BaseTreeVisitorpublic void visitIdentifier(IdentifierTree tree)
visitIdentifier in interface TreeVisitorvisitIdentifier in class BaseTreeVisitorpublic void visitCompilationUnit(CompilationUnitTree tree)
visitCompilationUnit in interface TreeVisitorvisitCompilationUnit in class BaseTreeVisitorpublic void visitImport(ImportTree tree)
visitImport in interface TreeVisitorvisitImport in class BaseTreeVisitorpublic void visitLabeledStatement(LabeledStatementTree tree)
visitLabeledStatement in interface TreeVisitorvisitLabeledStatement in class BaseTreeVisitorpublic void visitCaseGroup(CaseGroupTree tree)
visitCaseGroup in interface TreeVisitorvisitCaseGroup in class BaseTreeVisitorpublic void visitUnaryExpression(UnaryExpressionTree tree)
visitUnaryExpression in interface TreeVisitorvisitUnaryExpression in class BaseTreeVisitorpublic void visitConditionalExpression(ConditionalExpressionTree tree)
visitConditionalExpression in interface TreeVisitorvisitConditionalExpression in class BaseTreeVisitorpublic void visitArrayAccessExpression(ArrayAccessExpressionTree tree)
visitArrayAccessExpression in interface TreeVisitorvisitArrayAccessExpression in class BaseTreeVisitorpublic void visitMemberSelectExpression(MemberSelectExpressionTree tree)
visitMemberSelectExpression in interface TreeVisitorvisitMemberSelectExpression in class BaseTreeVisitorpublic void visitNewClass(NewClassTree tree)
visitNewClass in interface TreeVisitorvisitNewClass in class BaseTreeVisitorpublic void visitNewArray(NewArrayTree tree)
visitNewArray in interface TreeVisitorvisitNewArray in class BaseTreeVisitorpublic void visitMethodInvocation(MethodInvocationTree tree)
visitMethodInvocation in interface TreeVisitorvisitMethodInvocation in class BaseTreeVisitorpublic void visitTypeCast(TypeCastTree tree)
visitTypeCast in interface TreeVisitorvisitTypeCast in class BaseTreeVisitorpublic void visitInstanceOf(InstanceOfTree tree)
visitInstanceOf in interface TreeVisitorvisitInstanceOf in class BaseTreeVisitorpublic void visitParenthesized(ParenthesizedTree tree)
visitParenthesized in interface TreeVisitorvisitParenthesized in class BaseTreeVisitorpublic void visitAssignmentExpression(AssignmentExpressionTree tree)
visitAssignmentExpression in interface TreeVisitorvisitAssignmentExpression in class BaseTreeVisitorpublic void visitPrimitiveType(PrimitiveTypeTree tree)
visitPrimitiveType in interface TreeVisitorvisitPrimitiveType in class BaseTreeVisitorpublic void visitArrayType(ArrayTypeTree tree)
visitArrayType in interface TreeVisitorvisitArrayType in class BaseTreeVisitorpublic void visitParameterizedType(ParameterizedTypeTree tree)
visitParameterizedType in interface TreeVisitorvisitParameterizedType in class BaseTreeVisitorpublic void visitWildcard(WildcardTree tree)
visitWildcard in interface TreeVisitorvisitWildcard in class BaseTreeVisitorpublic void visitUnionType(UnionTypeTree tree)
visitUnionType in interface TreeVisitorvisitUnionType in class BaseTreeVisitorpublic void visitModifier(ModifiersTree modifiersTree)
visitModifier in interface TreeVisitorvisitModifier in class BaseTreeVisitorpublic void visitAnnotation(AnnotationTree annotationTree)
visitAnnotation in interface TreeVisitorvisitAnnotation in class BaseTreeVisitorpublic void visitLambdaExpression(LambdaExpressionTree lambdaExpressionTree)
visitLambdaExpression in interface TreeVisitorvisitLambdaExpression in class BaseTreeVisitorpublic void visitTypeParameter(TypeParameterTree typeParameter)
visitTypeParameter in interface TreeVisitorvisitTypeParameter in class BaseTreeVisitorpublic void visitTypeArguments(TypeArgumentListTreeImpl trees)
visitTypeArguments in interface TreeVisitorvisitTypeArguments in class BaseTreeVisitorpublic void visitTypeParameters(TypeParameters trees)
visitTypeParameters in interface TreeVisitorvisitTypeParameters in class BaseTreeVisitorpublic void visitMethodReference(MethodReferenceTree methodReferenceTree)
visitMethodReference in interface TreeVisitorvisitMethodReference in class BaseTreeVisitorpublic void visitOther(Tree tree)
visitOther in interface TreeVisitorvisitOther in class BaseTreeVisitorpublic void visitPackage(PackageDeclarationTree tree)
visitPackage in interface TreeVisitorvisitPackage in class BaseTreeVisitorpublic void visitArrayDimension(ArrayDimensionTree tree)
visitArrayDimension in interface TreeVisitorvisitArrayDimension in class BaseTreeVisitorCopyright © 2012–2015 SonarSource. All rights reserved.