Package org.openrewrite.java.tree
Interface Javadoc
- All Superinterfaces:
org.openrewrite.Tree
- All Known Implementing Classes:
Javadoc.Attribute
,Javadoc.Author
,Javadoc.Deprecated
,Javadoc.DocComment
,Javadoc.DocRoot
,Javadoc.DocType
,Javadoc.EndElement
,Javadoc.Erroneous
,Javadoc.Hidden
,Javadoc.Index
,Javadoc.InheritDoc
,Javadoc.InlinedValue
,Javadoc.LineBreak
,Javadoc.Link
,Javadoc.Literal
,Javadoc.Parameter
,Javadoc.Provides
,Javadoc.Reference
,Javadoc.Return
,Javadoc.See
,Javadoc.Serial
,Javadoc.SerialData
,Javadoc.SerialField
,Javadoc.Since
,Javadoc.StartElement
,Javadoc.Summary
,Javadoc.Text
,Javadoc.Throws
,Javadoc.UnknownBlock
,Javadoc.UnknownInline
,Javadoc.Uses
,Javadoc.Version
public interface Javadoc
extends org.openrewrite.Tree
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
Holds line break plus the margin that starts the next line.static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
-
Method Summary
Modifier and TypeMethodDescriptiondefault <R extends org.openrewrite.Tree,
P>
Raccept
(org.openrewrite.TreeVisitor<R, P> v, P p) default <P> @Nullable Javadoc
acceptJavadoc
(JavadocVisitor<P> v, P p) default <P> boolean
isAcceptable
(org.openrewrite.TreeVisitor<?, P> v, P p) default <P> org.openrewrite.TreeVisitor<?,
org.openrewrite.PrintOutputCapture<P>> printer
(org.openrewrite.Cursor cursor) Methods inherited from interface org.openrewrite.Tree
cast, getId, getMarkers, isScope, print, print, print, printTrimmed, printTrimmed, printTrimmed, withId, withMarkers
-
Method Details
-
accept
default <R extends org.openrewrite.Tree,P> R accept(org.openrewrite.TreeVisitor<R, P> v, P p) - Specified by:
accept
in interfaceorg.openrewrite.Tree
-
isAcceptable
default <P> boolean isAcceptable(org.openrewrite.TreeVisitor<?, P> v, P p) - Specified by:
isAcceptable
in interfaceorg.openrewrite.Tree
-
acceptJavadoc
-
printer
default <P> org.openrewrite.TreeVisitor<?,org.openrewrite.PrintOutputCapture<P>> printer(org.openrewrite.Cursor cursor) - Specified by:
printer
in interfaceorg.openrewrite.Tree
-