Uses of Interface
gw.gosudoc.com.sun.javadoc.SourcePosition
-
-
Uses of SourcePosition in gw.gosudoc.com.sun.javadoc
Methods in gw.gosudoc.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 gw.gosudoc.com.sun.javadoc with parameters of type SourcePosition Modifier and Type Method Description voidDocErrorReporter. printError(SourcePosition pos, java.lang.String msg)Deprecated.Print an error message and increment error count.voidDocErrorReporter. printNotice(SourcePosition pos, java.lang.String msg)Deprecated.Print a message.voidDocErrorReporter. printWarning(SourcePosition pos, java.lang.String msg)Deprecated.Print warning message and increment warning count. -
Uses of SourcePosition in gw.gosudoc.com.sun.tools.doclets.formats.html
Methods in gw.gosudoc.com.sun.tools.doclets.formats.html with parameters of type SourcePosition Modifier and Type Method Description protected voidAbstractMemberWriter. serialWarning(SourcePosition pos, java.lang.String key, java.lang.String a1, java.lang.String a2)Deprecated.booleanConfigurationImpl. showMessage(SourcePosition pos, java.lang.String key)Deprecated. -
Uses of SourcePosition in gw.gosudoc.com.sun.tools.doclets.internal.toolkit
Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit with parameters of type SourcePosition Modifier and Type Method Description abstract booleanConfiguration. showMessage(SourcePosition pos, java.lang.String key)Deprecated. -
Uses of SourcePosition in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util
Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util that return SourcePosition Modifier and Type Method Description SourcePositionTextTag. position()Deprecated.Return the source position of this tag.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util with parameters of type SourcePosition Modifier and Type Method Description voidMessageRetriever. error(SourcePosition pos, java.lang.String key, java.lang.Object... args)Deprecated.Print error message, increment error count.voidMessageRetriever. notice(SourcePosition pos, java.lang.String key, java.lang.Object... args)Deprecated.Print a message.private voidMessageRetriever. printError(SourcePosition pos, java.lang.String msg)Deprecated.Print error message, increment error count.private voidMessageRetriever. printNotice(SourcePosition pos, java.lang.String msg)Deprecated.Print a message.private voidMessageRetriever. printWarning(SourcePosition pos, java.lang.String msg)Deprecated.Print warning message, increment warning count.voidMessageRetriever. warning(SourcePosition pos, java.lang.String key, java.lang.Object... args)Deprecated.Print warning message, increment warning count. -
Uses of SourcePosition in gw.gosudoc.com.sun.tools.javadoc.main
Classes in gw.gosudoc.com.sun.tools.javadoc.main that implement SourcePosition Modifier and Type Class Description classSourcePositionImplDeprecated.Fields in gw.gosudoc.com.sun.tools.javadoc.main declared as SourcePosition Modifier and Type Field Description static SourcePositionMessager. NOPOSDeprecated.Methods in gw.gosudoc.com.sun.tools.javadoc.main that return SourcePosition Modifier and Type Method Description static SourcePositionSourcePositionImpl. make(javax.tools.FileObject file, int pos, com.sun.tools.javac.util.Position.LineMap lineMap)Deprecated.SourcePositionClassDocImpl. position()Deprecated.Return the source position of the entity, or null if no position is available.SourcePositionDocImpl. position()Deprecated.Return the source position of the entity, or null if no position is available.SourcePositionExecutableMemberDocImpl. position()Deprecated.Return the source position of the entity, or null if no position is available.SourcePositionFieldDocImpl. position()Deprecated.Return the source position of the entity, or null if no position is available.SourcePositionPackageDocImpl. position()Deprecated.Return the source position of the entity, or null if no position is available.SourcePositionRootDocImpl. position()Deprecated.Return the source position of the entity, or null if no position is available.SourcePositionTagImpl. position()Deprecated.Return the doc item to which this tag is attached.Methods in gw.gosudoc.com.sun.tools.javadoc.main with parameters of type SourcePosition Modifier and Type Method Description voidDocEnv. error(SourcePosition pos, java.lang.String key)Deprecated.Print error message, increment error count.voidMessager. error(SourcePosition pos, java.lang.String key, java.lang.Object... args)Deprecated.Print error message, increment error count.voidDocEnv. printError(SourcePosition pos, java.lang.String msg)Deprecated.Print error message, increment error count.voidMessager. printError(SourcePosition pos, java.lang.String msg)Deprecated.Print error message, increment error count.voidRootDocImpl. printError(SourcePosition pos, java.lang.String msg)Deprecated.Print error message, increment error count.voidDocEnv. printNotice(SourcePosition pos, java.lang.String msg)Deprecated.Print a message.voidMessager. printNotice(SourcePosition pos, java.lang.String msg)Deprecated.Print a message.voidRootDocImpl. printNotice(SourcePosition pos, java.lang.String msg)Deprecated.Print a message.voidDocEnv. printWarning(SourcePosition pos, java.lang.String msg)Deprecated.Print warning message, increment warning count.voidMessager. printWarning(SourcePosition pos, java.lang.String msg)Deprecated.Print warning message, increment warning count.voidRootDocImpl. printWarning(SourcePosition pos, java.lang.String msg)Deprecated.Print warning message, increment warning count.private voidMessager. report(com.sun.tools.javac.util.JCDiagnostic.DiagnosticType type, SourcePosition pos, java.lang.String msg)Deprecated.voidMessager. warning(SourcePosition pos, java.lang.String key, java.lang.Object... args)Deprecated.Print warning message, increment warning count. -
Uses of SourcePosition in gw.gosudoc.tags
Methods in gw.gosudoc.tags that return SourcePosition Modifier and Type Method Description SourcePositionTextTag. position()Return the source position of this tag.
-