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

Collapse All | Expand All

(-)model/org/eclipse/jdt/core/IClassFile.java (-4 / +2 lines)
Lines 90-102 Link Here
90
byte[] getBytes() throws JavaModelException;
90
byte[] getBytes() throws JavaModelException;
91
/**
91
/**
92
 * Returns the type contained in this class file.
92
 * Returns the type contained in this class file.
93
 * This is a handle-only method. The type may or may not exist.
93
 *
94
 *
94
 * @return the type contained in this class file
95
 * @return the type contained in this class file
95
 *
96
 * @exception JavaModelException if this element does not exist or if an
97
 *      exception occurs while accessing its corresponding resource
98
 */
96
 */
99
IType getType() throws JavaModelException;
97
IType getType();
100
/**
98
/**
101
 * Returns a working copy on the source associated with this class file using the given 
99
 * Returns a working copy on the source associated with this class file using the given 
102
 * factory to create the buffer, or <code>null</code> if there is no source associated
100
 * factory to create the buffer, or <code>null</code> if there is no source associated

Return to bug 154667