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

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

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

revision 1.2 by julian, Mon Dec 13 17:39:51 2004 UTC revision 1.3 by gnu_andrew, Wed Apr 20 18:22:06 2005 UTC
# Line 87  asClassDoc(); Line 87  asClassDoc();
87  public abstract boolean  public abstract boolean
88  isPrimitive();  isPrimitive();
89    
90    /**
91     * Returns this type as a <code>TypeVariable</code>, if it is an
92     * instance of the <code>TypeVariable</code> class.  Otherwise,
93     * it returns null.
94     *
95     * @return this cast to a <code>TypeVariable</code> instance, or null
96     *         if this is not a type variable.
97     */
98    TypeVariable
99    asTypeVariable();
100    
101  } // interface Type  } // interface Type
102    

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