/[classpath]/gjdoc/src/com/sun/javadoc/Doc.java
ViewVC logotype

Diff of /gjdoc/src/com/sun/javadoc/Doc.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by mark, Sun Oct 6 21:19:46 2002 UTC revision 1.2 by julian, Tue Nov 23 12:49:56 2004 UTC
# Line 231  isOrdinaryClass(); Line 231  isOrdinaryClass();
231  public abstract boolean  public abstract boolean
232  isIncluded();  isIncluded();
233    
234    /*************************************************************************/
235    
236    /**
237      * This method returns the location of the item within the Java
238      * source code.
239      *
240      * @return an object describing the file, line and column where this
241      * item is defined.
242      */
243    public abstract SourcePosition
244    position();
245    
246  } // interface Doc  } // interface Doc
247    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26