public class JavadocSnippet extends java.lang.Object implements JavadocDescriptionElement
For example in A class totally unrelated to
we would have two snippets: one
before and one after the inline tag (String
, I swear!
).String
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
text |
Constructor and Description |
---|
JavadocSnippet(java.lang.String text) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
java.lang.String |
toText() |
public java.lang.String toText()
toText
in interface JavadocDescriptionElement
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object