Uses of Interface
org.eclipse.jdt.core.IOrdinaryClassFile
Package
Description
The Java model is the set of classes that model the
objects associated with creating, editing, and building a Java program.
-
Uses of IOrdinaryClassFile in org.eclipse.jdt.core
Modifier and TypeMethodDescriptionIType.getClassFile()
Strengthen the contract of the inherited method to signal that the returned class file is always anIOrdinaryClassFile
.IPackageFragment.getOrdinaryClassFile
(String name) Returns the class file with the specified name in this package (for example,"Object.class"
).IPackageFragment.getOrdinaryClassFiles()
Returns all of the ordinary class files in this package fragment, i.e., not including the modular class file "module-info.class".