Package com.github.javaparser.javadoc
Class JavadocBlockTag
java.lang.Object
com.github.javaparser.javadoc.JavadocBlockTag
A block tag.
Typically they are found at the end of Javadoc comments.
Examples:
@see AnotherClass
@since v0.0.1
@author Jim O'Java
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe type of tag: it could either correspond to a known tag (param, return, etc.) or represent an unknown tag. -
Constructor Summary
ConstructorsConstructorDescriptionJavadocBlockTag(JavadocBlockTag.Type type, String content)JavadocBlockTag(String tagName, String content) -
Method Summary
Modifier and TypeMethodDescriptionstatic JavadocBlockTagcreateParamBlockTag(String paramName, String content)booleangetName()getType()inthashCode()toString()toText()