Package org.openrewrite.checkstyle
Class RightCurly
- java.lang.Object
-
- org.openrewrite.SourceVisitor<R>
-
- org.openrewrite.java.JavaSourceVisitor<org.openrewrite.java.tree.J>
-
- org.openrewrite.java.JavaRefactorVisitor
-
- org.openrewrite.checkstyle.CheckstyleRefactorVisitor
-
- org.openrewrite.checkstyle.RightCurly
-
- All Implemented Interfaces:
org.openrewrite.RefactorVisitorSupport
public class RightCurly extends CheckstyleRefactorVisitor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openrewrite.checkstyle.CheckstyleRefactorVisitor
CheckstyleRefactorVisitor.Module
-
-
Constructor Summary
Constructors Constructor Description RightCurly()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidconfigure(CheckstyleRefactorVisitor.Module m)org.openrewrite.java.tree.JvisitBlock(org.openrewrite.java.tree.J.Block<org.openrewrite.java.tree.J> block)org.openrewrite.java.tree.JvisitCatch(org.openrewrite.java.tree.J.Try.Catch catzh)org.openrewrite.java.tree.JvisitElse(org.openrewrite.java.tree.J.If.Else elze)org.openrewrite.java.tree.JvisitFinally(org.openrewrite.java.tree.J.Try.Finally finallie)-
Methods inherited from class org.openrewrite.checkstyle.CheckstyleRefactorVisitor
setConfig, setConfigFile, setProperties, validate, visitCompilationUnit
-
Methods inherited from class org.openrewrite.java.JavaRefactorVisitor
addImport, defaultTo, maybeAddImport, maybeAddImport, maybeRemoveImport, maybeRemoveImport, maybeUnwrapParentheses, visitAnnotatedType, visitAnnotation, visitArrayAccess, visitArrayType, visitAssert, visitAssign, visitAssignOp, visitBinary, visitBreak, visitCase, visitClassDecl, visitContinue, visitDoWhileLoop, visitEmpty, visitEnumValue, visitEnumValueSet, visitFieldAccess, visitForEachLoop, visitForLoop, visitIdentifier, visitIf, visitImport, visitInstanceOf, visitLabel, visitLambda, visitLiteral, visitMemberReference, visitMethod, visitMethodInvocation, visitMultiCatch, visitMultiVariable, visitNewArray, visitNewClass, visitPackage, visitParameterizedType, visitParentheses, visitPrimitive, visitReturn, visitSwitch, visitSynchronized, visitTernary, visitThrow, visitTry, visitTypeCast, visitTypeParameter, visitTypeParameters, visitUnary, visitUnparsedSource, visitVariable, visitWhileLoop, visitWildcard
-
Methods inherited from class org.openrewrite.java.JavaSourceVisitor
enclosingBlock, enclosingClass, enclosingCompilationUnit, enclosingMethod, isInSameNameScope, isInSameNameScope, visitExpression, visitStatement, visitTypeName
-
Methods inherited from class org.openrewrite.SourceVisitor
andThen, andThen, getCursor, getTags, isIdempotent, nextCycle, reduce, setCursoringOn, visit, visit, visitAfter, visitAfter, visitTree
-
-
-
-
Method Detail
-
configure
protected void configure(CheckstyleRefactorVisitor.Module m)
- Overrides:
configurein classCheckstyleRefactorVisitor
-
visitBlock
public org.openrewrite.java.tree.J visitBlock(org.openrewrite.java.tree.J.Block<org.openrewrite.java.tree.J> block)
- Overrides:
visitBlockin classorg.openrewrite.java.JavaRefactorVisitor
-
visitElse
public org.openrewrite.java.tree.J visitElse(org.openrewrite.java.tree.J.If.Else elze)
- Overrides:
visitElsein classorg.openrewrite.java.JavaRefactorVisitor
-
visitFinally
public org.openrewrite.java.tree.J visitFinally(org.openrewrite.java.tree.J.Try.Finally finallie)
- Overrides:
visitFinallyin classorg.openrewrite.java.JavaRefactorVisitor
-
visitCatch
public org.openrewrite.java.tree.J visitCatch(org.openrewrite.java.tree.J.Try.Catch catzh)
- Overrides:
visitCatchin classorg.openrewrite.java.JavaRefactorVisitor
-
-