jmlparser-parent
Toggle table of contents
3.28.2-J8.0-K13.5-SNAPSHOT
java
Target filter
java
Switch theme
Search in API
Skip to content
jmlparser-parent
jmlparser-core
/
com.github.javaparser.javadoc.description
/
JavadocInlineTag
Javadoc
Inline
Tag
open
class
JavadocInlineTag
:
JavadocDescriptionElement
(
source
)
An inline tag contained in a Javadoc description.
For example
String
Members
Constructors
Javadoc
Inline
Tag
Link copied to clipboard
constructor
(
tagName
:
String
,
type
:
JavadocInlineTag.Type
,
content
:
String
)
Types
Type
Link copied to clipboard
enum
Type
The type of tag: it could either correspond to a known tag (code, docRoot, etc.) or represent an unknown tag.
Properties
content
Link copied to clipboard
open
val
content
:
String
type
Link copied to clipboard
open
val
type
:
JavadocInlineTag.Type
Functions
equals
Link copied to clipboard
open
fun
equals
(
o
:
Any
)
:
Boolean
from
Text
Link copied to clipboard
open
fun
fromText
(
text
:
String
)
:
JavadocDescriptionElement
get
Name
Link copied to clipboard
open
fun
getName
(
)
:
String
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
to
Text
Link copied to clipboard
open
fun
toText
(
)
:
String