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 SourcePositionDoc. position()Deprecated.Return the source position of the first line of the corresponding declaration, or null if no position is available.SourcePositionTag. position()Deprecated.Return the source position of this tag.Methods in com.sun.javadoc with parameters of type SourcePosition Modifier and Type Method Description voidDocErrorReporter. printError(SourcePosition pos, String msg)Deprecated.Print an error message and increment error count.voidDocErrorReporter. printNotice(SourcePosition pos, String msg)Deprecated.Print a message.voidDocErrorReporter. printWarning(SourcePosition pos, String msg)Deprecated.Print warning message and increment warning count.
-