Verwendungen von Schnittstelle
org.aspectj.org.eclipse.jdt.core.IRegion
Packages, die IRegion verwenden
Package
Beschreibung
The Java model is the set of classes that model the
objects associated with creating, editing, and building a Java program.
-
Verwendungen von IRegion in org.aspectj.org.eclipse.jdt.core
Methoden in org.aspectj.org.eclipse.jdt.core, die IRegion zurückgebenModifizierer und TypMethodeBeschreibungstatic IRegionJavaCore.newRegion()Returns a new empty region.Methoden in org.aspectj.org.eclipse.jdt.core mit Parametern vom Typ IRegionModifizierer und TypMethodeBeschreibungstatic org.eclipse.core.resources.IResource[]JavaCore.getGeneratedResources(IRegion region, boolean includesNonJavaResources) Returns an array that contains the resources generated by the Java builder when building the compilation units contained in the given region.IJavaProject.newTypeHierarchy(IRegion region, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) Creates and returns a type hierarchy for all types in the given region, considering subtypes within that region and considering types in the working copies with the given owner.IJavaProject.newTypeHierarchy(IRegion region, org.eclipse.core.runtime.IProgressMonitor monitor) Creates and returns a type hierarchy for all types in the given region, considering subtypes within that region.IJavaProject.newTypeHierarchy(IType type, IRegion region, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) Creates and returns a type hierarchy for the given type considering subtypes in the specified region and considering types in the working copies with the given owner.IJavaProject.newTypeHierarchy(IType type, IRegion region, org.eclipse.core.runtime.IProgressMonitor monitor) Creates and returns a type hierarchy for the given type considering subtypes in the specified region.static ITypeHierarchyJavaCore.newTypeHierarchy(IRegion region, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) Creates and returns a type hierarchy for all types in the given region, considering subtypes within that region and considering types in the working copies with the given owner. -
Verwendungen von IRegion in org.aspectj.org.eclipse.jdt.internal.core
Klassen in org.aspectj.org.eclipse.jdt.internal.core, die IRegion implementierenMethoden in org.aspectj.org.eclipse.jdt.internal.core mit Parametern vom Typ IRegionModifizierer und TypMethodeBeschreibungJavaProject.newTypeHierarchy(IRegion region, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) JavaProject.newTypeHierarchy(IRegion region, org.eclipse.core.runtime.IProgressMonitor monitor) JavaProject.newTypeHierarchy(IType type, IRegion region, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) JavaProject.newTypeHierarchy(IType type, IRegion region, org.eclipse.core.runtime.IProgressMonitor monitor) Konstruktoren in org.aspectj.org.eclipse.jdt.internal.core mit Parametern vom Typ IRegionModifiziererKonstruktorBeschreibungCreateTypeHierarchyOperation(IRegion region, ICompilationUnit[] workingCopies, IType element, boolean computeSubtypes) Constructs an operation to create a type hierarchy for the given type within the specified region, in the context of the given project. -
Verwendungen von IRegion in org.aspectj.org.eclipse.jdt.internal.core.hierarchy
Felder in org.aspectj.org.eclipse.jdt.internal.core.hierarchy, die deklariert sind als IRegionModifizierer und TypFeldBeschreibungprotected IRegionRegionBasedTypeHierarchy.regionThe region of types for which to build the hierarchyKonstruktoren in org.aspectj.org.eclipse.jdt.internal.core.hierarchy mit Parametern vom Typ IRegionModifiziererKonstruktorBeschreibungRegionBasedTypeHierarchy(IRegion region, ICompilationUnit[] workingCopies, IType type, boolean computeSubtypes) Creates a TypeHierarchy on the types in the specified region, considering first the given working copies, using the projects in the given region for a name lookup context.