Package org.aspectj.org.eclipse.jdt.internal.core.hierarchy

Examples of org.aspectj.org.eclipse.jdt.internal.core.hierarchy.RegionBasedTypeHierarchy


* given type within the specified region, in the context of
* the given project.
*/
public CreateTypeHierarchyOperation(IRegion region, ICompilationUnit[] workingCopies, IType element, boolean computeSubtypes) {
  super(element);
  this.typeHierarchy = new RegionBasedTypeHierarchy(region, workingCopies, element, computeSubtypes);
}
View Full Code Here

TOP

Related Classes of org.aspectj.org.eclipse.jdt.internal.core.hierarchy.RegionBasedTypeHierarchy

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.