/[classpath]/gjdoc/src/gnu/classpath/tools/gjdoc/TypeImpl.java
ViewVC logotype

Diff of /gjdoc/src/gnu/classpath/tools/gjdoc/TypeImpl.java

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

revision 1.3 by julian, Fri Mar 7 13:37:48 2003 UTC revision 1.4 by julian, Fri Dec 3 19:05:38 2004 UTC
# Line 41  public class TypeImpl implements Type, W Line 41  public class TypeImpl implements Type, W
41     public ClassDoc asClassDoc() {     public ClassDoc asClassDoc() {
42    
43        if (this instanceof ClassDoc)        if (this instanceof ClassDoc)
44           return (ClassDoc)this;           return ((ClassDocImpl)(ClassDoc)this).getBaseClassDoc();
45        else        else
46           return null;           return null;
47     }     }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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