Interface IOrdinaryClassFile
- All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, IClassFile, ICodeAssist, IJavaElement, IOpenable, IParent, ISourceReference, ITypeRoot
Ordinary form of a
IClassFile which holds exactly one IType.- Since:
- 3.14
- Restriction:
- This interface is not intended to be implemented by clients.
-
Field Summary
Fields inherited from interface IJavaElement
ANNOTATION, CLASS_FILE, COMPILATION_UNIT, FIELD, IMPORT_CONTAINER, IMPORT_DECLARATION, INITIALIZER, JAVA_MODEL, JAVA_MODULE, JAVA_PROJECT, LOCAL_VARIABLE, METHOD, PACKAGE_DECLARATION, PACKAGE_FRAGMENT, PACKAGE_FRAGMENT_ROOT, TYPE, TYPE_PARAMETER -
Method Summary
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapterMethods inherited from interface IClassFile
becomeWorkingCopy, getBytes, getWorkingCopy, isClass, isInterfaceMethods inherited from interface ICodeAssist
codeComplete, codeComplete, codeComplete, codeComplete, codeComplete, codeComplete, codeComplete, codeSelect, codeSelectMethods inherited from interface IJavaElement
exists, getAncestor, getAttachedJavadoc, getCorrespondingResource, getElementName, getElementType, getHandleIdentifier, getJavaModel, getJavaProject, getOpenable, getParent, getPath, getPrimaryElement, getResource, getSchedulingRule, getUnderlyingResource, isReadOnly, isStructureKnownMethods inherited from interface IOpenable
close, findRecommendedLineSeparator, getBuffer, hasUnsavedChanges, isConsistent, isOpen, makeConsistent, open, saveMethods inherited from interface IParent
getChildren, hasChildrenMethods inherited from interface ISourceReference
exists, getNameRange, getSource, getSourceRangeMethods inherited from interface ITypeRoot
findPrimaryType, getElementAt, getModule, getWorkingCopy
-
Method Details
-
getType
IType getType()Returns the type contained in this class file. This is a handle-only method. The type may or may not exist.This method supersedes the corresponding super method. This method will never throw
UnsupportedOperationException.- Specified by:
getTypein interfaceIClassFile- Returns:
- the type contained in this class file
-