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

Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.