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

Diff of /gjdoc/src/com/sun/javadoc/FieldDoc.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, Tue Dec 7 15:00:02 2004 UTC
# Line 67  isVolatile(); Line 67  isVolatile();
67  public abstract SerialFieldTag[]  public abstract SerialFieldTag[]
68  serialFieldTags();  serialFieldTags();
69    
70    /*************************************************************************/
71    
72    /**
73      * This method returns the value of this static field.
74      *
75      * @return The value of this static field.
76      */
77    public abstract Object
78    constantValue();
79    
80    
81    
82  } // interface FieldDoc  } // interface FieldDoc
83    

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