Uses of Interface
org.aspectj.org.eclipse.jdt.core.IPackageFragment
Packages that use IPackageFragment
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 IPackageFragment in org.aspectj.org.eclipse.jdt.core
Methods in org.aspectj.org.eclipse.jdt.core that return IPackageFragmentModifier and TypeMethodDescriptionIPackageFragmentRoot.createPackageFragment(String name, boolean force, org.eclipse.core.runtime.IProgressMonitor monitor) Creates and returns a package fragment in this root with the given dot-separated package name.IJavaProject.findPackageFragment(org.eclipse.core.runtime.IPath path) Returns the first existing package fragment on this project's classpath whose path matches the given (absolute) path, ornullif none exist.IPackageFragmentRoot.getPackageFragment(String packageName) Returns the package fragment with the given package name.IType.getPackageFragment()Returns the package fragment in which this element is defined.IJavaProject.getPackageFragments()Returns all package fragments in all package fragment roots contained in this project. -
Uses of IPackageFragment in org.aspectj.org.eclipse.jdt.internal.core
Classes in org.aspectj.org.eclipse.jdt.internal.core that implement IPackageFragmentFields in org.aspectj.org.eclipse.jdt.internal.core declared as IPackageFragmentModifier and TypeFieldDescriptionprotected static final IPackageFragment[]JavaElementRequestor.EMPTY_PACKAGE_FRAGMENT_ARRAYFields in org.aspectj.org.eclipse.jdt.internal.core with type parameters of type IPackageFragmentModifier and TypeFieldDescriptionprotected ElementCache<IPackageFragment> JavaModelCache.pkgCacheCache of open package fragmentsMethods in org.aspectj.org.eclipse.jdt.internal.core that return IPackageFragmentModifier and TypeMethodDescriptionPackageFragmentRoot.createPackageFragment(String pkgName, boolean force, org.eclipse.core.runtime.IProgressMonitor monitor) JavaProject.findPackageFragment(org.eclipse.core.runtime.IPath path) NameLookup.findPackageFragment(org.eclipse.core.runtime.IPath path) Returns the package fragment whose path matches the given (absolute) path, ornullif none exist.NameLookup.findPackageFragments(String name, boolean partialMatch) Returns the package fragments whose name matches the given (qualified) name, ornullif none exist.NameLookup.findPackageFragments(String name, boolean partialMatch, boolean patternMatch) Returns the package fragments whose name matches the given (qualified) name or pattern, ornullif none exist.BinaryType.getPackageFragment()protected IPackageFragmentNamedMember.getPackageFragment()PackageFragmentRoot.getPackageFragment(String packageName) SourceType.getPackageFragment()JavaElementRequestor.getPackageFragments()JavaProject.getPackageFragments()JavaProject.getPackageFragmentsInRoots(IPackageFragmentRoot[] roots) Returns all the package fragments found in the specified package fragment roots.Methods in org.aspectj.org.eclipse.jdt.internal.core with parameters of type IPackageFragmentModifier and TypeMethodDescriptionvoidIJavaElementRequestor.acceptPackageFragment(IPackageFragment packageFragment) voidJavaElementRequestor.acceptPackageFragment(IPackageFragment packageFragment) protected voidJavaModelOperation.deleteEmptyPackageFragment(IPackageFragment fragment, boolean forceFlag, org.eclipse.core.resources.IResource rootResource) Convenience method to delete an empty package fragmentNameLookup.findType(String name, IPackageFragment pkg, boolean partialMatch, int acceptFlags) Returns the first type in the given package whose name matches the given (unqualified) name, ornullif none exist.NameLookup.findType(String name, IPackageFragment pkg, boolean partialMatch, int acceptFlags, boolean waitForIndices, boolean considerSecondaryTypes) Returns the first type in the given package whose name matches the given (unqualified) name, ornullif none exist.voidNameLookup.seekTypes(String name, IPackageFragment pkg, boolean partialMatch, int acceptFlags, IJavaElementRequestor requestor) voidNameLookup.seekTypes(String name, IPackageFragment pkg, boolean partialMatch, int acceptFlags, IJavaElementRequestor requestor, boolean considerSecondaryTypes) Notifies the given requestor of all types (classes and interfaces) in the given package fragment with the given (unqualified) name.protected voidNameLookup.seekTypesInBinaryPackage(String name, IPackageFragment pkg, boolean partialMatch, int acceptFlags, IJavaElementRequestor requestor) Performs type search in a binary package.protected voidNameLookup.seekTypesInSourcePackage(String name, IPackageFragment pkg, int firstDot, boolean partialMatch, String topLevelTypeName, int acceptFlags, IJavaElementRequestor requestor) Performs type search in a source package.protected booleanNameLookup.seekTypesInWorkingCopies(String name, IPackageFragment pkg, int firstDot, boolean partialMatch, String topLevelTypeName, int acceptFlags, IJavaElementRequestor requestor, boolean considerSecondaryTypes) Constructors in org.aspectj.org.eclipse.jdt.internal.core with parameters of type IPackageFragmentModifierConstructorDescriptionCreateCompilationUnitOperation(IPackageFragment parentElement, String name, String source, boolean force) When executed, this operation will create a compilation unit with the given name. -
Uses of IPackageFragment in org.aspectj.org.eclipse.jdt.internal.core.search.matching
Methods in org.aspectj.org.eclipse.jdt.internal.core.search.matching with parameters of type IPackageFragmentModifier and TypeMethodDescriptionstatic booleanPackageReferenceLocator.isDeclaringPackageFragment(IPackageFragment packageFragment, ReferenceBinding typeBinding) -
Uses of IPackageFragment in org.aspectj.org.eclipse.jdt.internal.core.util
Methods in org.aspectj.org.eclipse.jdt.internal.core.util that return IPackageFragmentModifier and TypeMethodDescriptionstatic IPackageFragmentUtil.getPackageFragment(char[] fileName, int pkgEnd, int jarSeparator)