public class JavadocSnippet extends Object implements JavadocDescriptionElement, Serializable
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
Constructor and Description |
---|
JavadocSnippet(String text) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
String |
toText()
pretty-prints the Javadoc fragment
|
public JavadocSnippet(String text)
public String toText()
JavadocDescriptionElement
toText
in interface JavadocDescriptionElement
Copyright © 2007–2019 Inria. All rights reserved.