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.Return the source position of the first line of the corresponding declaration, or null if no position is available.SourcePosition
Tag. position()
Deprecated.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.Print an error message and increment error count.void
DocErrorReporter. printNotice(SourcePosition pos, String msg)
Deprecated.Print a message.void
DocErrorReporter. printWarning(SourcePosition pos, String msg)
Deprecated.Print warning message and increment warning count.
-