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

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

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

revision 1.2 by julian, Tue Dec 21 13:34:33 2004 UTC revision 1.3 by gnu_andrew, Wed Apr 20 18:22:06 2005 UTC
# Line 173  public class ClassDocReflectedImpl Line 173  public class ClassDocReflectedImpl
173     public String typeName() { return name; }     public String typeName() { return name; }
174     public String qualifiedTypeName() { return qualifiedName(); }     public String qualifiedTypeName() { return qualifiedName(); }
175     public ClassDoc asClassDoc() { return this; }     public ClassDoc asClassDoc() { return this; }
176       public TypeVariable asTypeVariable() { return null; }
177     public boolean isPrimitive() { return false; }     public boolean isPrimitive() { return false; }
178    
179     public String toString() { return "ClassDocReflectedImpl{"+qualifiedName()+"}"; }     public String toString() { return "ClassDocReflectedImpl{"+qualifiedName()+"}"; }
# Line 195  public class ClassDocReflectedImpl Line 196  public class ClassDocReflectedImpl
196     public Object clone() throws CloneNotSupportedException {     public Object clone() throws CloneNotSupportedException {
197        return super.clone();        return super.clone();
198     }     }
199    
200       public TypeVariable[] typeParameters() { return new TypeVariable[0]; }
201    
202  }  }

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

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