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.
|
Modifier and Type | Method and Description |
---|---|
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".
|
Copyright (c) 2000, 2017 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.