Doclet API

Uses of Interface
com.sun.javadoc.SourcePosition

Uses of SourcePosition in com.sun.javadoc
 

Methods in com.sun.javadoc that return SourcePosition
 SourcePosition Tag.position()
          Return the source position of this tag.
 SourcePosition Doc.position()
          Return the source position of the first line of the corresponding declaration, or null if no position is available.
 

Methods in com.sun.javadoc with parameters of type SourcePosition
 void DocErrorReporter.printError(SourcePosition pos, String msg)
          Print an error message and increment error count.
 void DocErrorReporter.printNotice(SourcePosition pos, String msg)
          Print a message.
 void DocErrorReporter.printWarning(SourcePosition pos, String msg)
          Print warning message and increment warning count.
 


Doclet API

Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1993, 2010, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.