Class JavadocInlineTag
java.lang.Object
com.github.javaparser.javadoc.description.JavadocInlineTag
- All Implemented Interfaces:
JavadocDescriptionElement
An inline tag contained in a Javadoc description.
For example String
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
The type of tag: it could either correspond to a known tag (code, docRoot, etc.) or represent an unknown tag. -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJavadocInlineTag
(String tagName, JavadocInlineTag.Type type, String content) -
Method Summary
-
Field Details
-
tagName
-
type
-
-
-
Constructor Details
-
JavadocInlineTag
-
-
Method Details