/[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.2 by julian, Tue Dec 7 15:00:02 2004 UTC revision 1.3 by julian, Mon Dec 13 17:39:51 2004 UTC
# Line 78  public abstract Object Line 78  public abstract Object
78  constantValue();  constantValue();
79    
80    
81    /*************************************************************************/
82    
83    /**
84      * This method returns the value of this static field converted to a
85      * human-readable string.
86      *
87      * @return The value of this static field as a human-readable string.
88      */
89    public abstract String
90    constantValueExpression();
91    
92    
93    
94  } // interface FieldDoc  } // interface FieldDoc
95    

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