/[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.1 by mark, Sun Oct 6 21:19:46 2002 UTC revision 1.2 by julian, Mon Dec 13 17:39:51 2004 UTC
# Line 80  toString(); Line 80  toString();
80  public abstract ClassDoc  public abstract ClassDoc
81  asClassDoc();  asClassDoc();
82    
83    /**
84      * This method returns whether this type represents one of the
85      * built-in Java primitive types.
86      */
87    public abstract boolean
88    isPrimitive();
89    
90  } // interface Type  } // interface Type
91    

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