public final class Tags
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Boolean |
optionalBooleanTag(com.sun.javadoc.Doc doc,
java.lang.String tagName,
com.sun.javadoc.DocErrorReporter docErrorReporter)
Verifies that the named tag exists at most once, and returns it value, converted to
Boolean |
static java.lang.String |
optionalTag(com.sun.javadoc.Doc doc,
java.lang.String tagName,
com.sun.javadoc.RootDoc rootDoc)
Verifies that the named block tag exists at most once, and returns its text.
|
static java.lang.String |
optionalTag(com.sun.javadoc.Doc doc,
java.lang.String tagName,
java.lang.String defaulT,
com.sun.javadoc.RootDoc rootDoc)
Verifies that the named block tag exists at most once and returns its text.
|
@Nullable public static java.lang.Boolean optionalBooleanTag(com.sun.javadoc.Doc doc, java.lang.String tagName, com.sun.javadoc.DocErrorReporter docErrorReporter)
Booleannull iff the tag does not exist@Nullable public static java.lang.String optionalTag(com.sun.javadoc.Doc doc, java.lang.String tagName, com.sun.javadoc.RootDoc rootDoc)
null iff the tag does not existpublic static java.lang.String optionalTag(com.sun.javadoc.Doc doc,
java.lang.String tagName,
java.lang.String defaulT,
com.sun.javadoc.RootDoc rootDoc)