Uses of Interface
org.eclipse.jdt.core.IOrdinaryClassFile
-
Packages that use IOrdinaryClassFile Package Description org.eclipse.jdt.core 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
Methods in org.eclipse.jdt.core that return IOrdinaryClassFile Modifier and Type Method Description IOrdinaryClassFile
IType. getClassFile()
Strengthen the contract of the inherited method to signal that the returned class file is always anIOrdinaryClassFile
.IOrdinaryClassFile
IPackageFragment. getOrdinaryClassFile(String name)
Returns the class file with the specified name in this package (for example,"Object.class"
).IOrdinaryClassFile[]
IPackageFragment. getOrdinaryClassFiles()
Returns all of the ordinary class files in this package fragment, i.e., not including the modular class file "module-info.class".
-