Package org.openrewrite.java.tree
Class J.MethodDeclaration.Annotations
- java.lang.Object
-
- org.openrewrite.java.tree.J.MethodDeclaration.Annotations
-
- Enclosing class:
- J.MethodDeclaration
public static class J.MethodDeclaration.Annotations extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Annotations()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description J.MethodDeclaration.IdentifierWithAnnotationsgetName()@Nullable J.TypeParametersgetTypeParameters()J.MethodDeclarationwithName(J.MethodDeclaration.IdentifierWithAnnotations name)J.MethodDeclarationwithTypeParameters(@Nullable J.TypeParameters typeParameters)
-
-
-
Method Detail
-
getTypeParameters
@Nullable public @Nullable J.TypeParameters getTypeParameters()
-
withTypeParameters
public J.MethodDeclaration withTypeParameters(@Nullable @Nullable J.TypeParameters typeParameters)
-
getName
public J.MethodDeclaration.IdentifierWithAnnotations getName()
-
withName
public J.MethodDeclaration withName(J.MethodDeclaration.IdentifierWithAnnotations name)
-
-