Uses of Interface
com.sun.javadoc.SourcePosition
-
Packages that use SourcePosition Package Description com.sun.javadoc Note: The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
. -
-
Uses of SourcePosition in com.sun.javadoc
Methods in com.sun.javadoc that return SourcePosition Modifier and Type Method Description SourcePosition
Doc. position()
Deprecated, for removal: This API element is subject to removal in a future version.Return the source position of the first line of the corresponding declaration, or null if no position is available.SourcePosition
Tag. position()
Deprecated, for removal: This API element is subject to removal in a future version.Return the source position of this tag.Methods in com.sun.javadoc with parameters of type SourcePosition Modifier and Type Method Description void
DocErrorReporter. printError(SourcePosition pos, String msg)
Deprecated, for removal: This API element is subject to removal in a future version.Print an error message and increment error count.void
DocErrorReporter. printNotice(SourcePosition pos, String msg)
Deprecated, for removal: This API element is subject to removal in a future version.Print a message.void
DocErrorReporter. printWarning(SourcePosition pos, String msg)
Deprecated, for removal: This API element is subject to removal in a future version.Print warning message and increment warning count.
-