View | Details | Raw Unified | Return to bug 110172 | Differences between
and this patch

Collapse All | Expand All

(-)IJavaElement.java (+14 lines)
Lines 196-201 Link Here
196
	int getElementType();
196
	int getElementType();
197
197
198
	/**
198
	/**
199
	 * Returns the Javadoc in HTML format if found, null otherwise.
200
	 * 
201
	 * <p>If this element is from source, then the javadoc is 
202
	 * extracted from the corresponding source.</p>
203
	 * <p>If this element is from a binary, the the javadoc is extracted from either the 
204
	 * attached source if present or the IClasspathAttribute#JAVADOC_LOCATION_ATTRIBUTE_NAME
205
	 * attribute of the corresponding classpath entry if set.
206
	 *
207
	 * @return a string with the Javadoc in HTML format.
208
	 * @since 3.2
209
	 */
210
	String getJavadoc();
211
212
	/**
199
	 * Returns a string representation of this element handle. The format of
213
	 * Returns a string representation of this element handle. The format of
200
	 * the string is not specified; however, the identifier is stable across
214
	 * the string is not specified; however, the identifier is stable across
201
	 * workspace sessions, and can be used to recreate this handle via the 
215
	 * workspace sessions, and can be used to recreate this handle via the 

Return to bug 110172