Uses of Class
org.aspectj.org.eclipse.jdt.internal.core.CompilationUnitElementInfo
Packages that use CompilationUnitElementInfo
Package
Description
-
Uses of CompilationUnitElementInfo in org.aspectj.org.eclipse.jdt.internal.codeassist
Constructors in org.aspectj.org.eclipse.jdt.internal.codeassist with parameters of type CompilationUnitElementInfoModifierConstructorDescriptionCompletionUnitStructureRequestor(ICompilationUnit unit, CompilationUnitElementInfo unitInfo, Parser parser, ASTNode assistNode, Map<JavaElement, Binding> bindingCache, Map<Binding, JavaElement> elementCache, Map<ASTNode, JavaElement> elementWithProblemCache, Map<IJavaElement, IElementInfo> newElements) -
Uses of CompilationUnitElementInfo in org.aspectj.org.eclipse.jdt.internal.codeassist.impl
Methods in org.aspectj.org.eclipse.jdt.internal.codeassist.impl that return CompilationUnitElementInfoModifier and TypeMethodDescriptionAssistCompilationUnit.getElementInfo(org.eclipse.core.runtime.IProgressMonitor monitor) -
Uses of CompilationUnitElementInfo in org.aspectj.org.eclipse.jdt.internal.core
Subclasses of CompilationUnitElementInfo in org.aspectj.org.eclipse.jdt.internal.coreFields in org.aspectj.org.eclipse.jdt.internal.core declared as CompilationUnitElementInfoModifier and TypeFieldDescriptionprotected CompilationUnitElementInfoCompilationUnitStructureRequestor.unitInfoThe info object for the compilation unit being parsedMethods in org.aspectj.org.eclipse.jdt.internal.core that return CompilationUnitElementInfoModifier and TypeMethodDescriptionprotected CompilationUnitElementInfoCompilationUnit.createElementInfo()Returns a new element info for this element.Constructors in org.aspectj.org.eclipse.jdt.internal.core with parameters of type CompilationUnitElementInfoModifierConstructorDescriptionprotectedCompilationUnitStructureRequestor(ICompilationUnit unit, CompilationUnitElementInfo unitInfo, Map<IJavaElement, IElementInfo> newElements) DOMToModelPopulator(Map<IJavaElement, IElementInfo> newElements, CompilationUnit root, CompilationUnitElementInfo unitInfo)