/[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.5 by julian, Mon Dec 13 17:39:51 2004 UTC revision 1.6 by gnu_andrew, Wed Apr 20 18:22:06 2005 UTC
# Line 80  public class TypeImpl implements Type, W Line 80  public class TypeImpl implements Type, W
80        _primitiveNames.add("double");        _primitiveNames.add("double");
81        primitiveNames = Collections.unmodifiableSet(_primitiveNames);        primitiveNames = Collections.unmodifiableSet(_primitiveNames);
82     }     }
83    
84      public TypeVariable asTypeVariable()
85      {
86        if (this instanceof TypeVariable)
87          return (TypeVariable) this;
88        else
89          return null;
90      }
91    
92  }  }

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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