Uses of Class
org.aspectj.org.eclipse.jdt.internal.core.CompilationUnit
Packages that use CompilationUnit
Package
Description
This package contains compiler associated infrastructure APIs.
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
-
Uses of CompilationUnit in org.aspectj.org.eclipse.jdt.core.compiler
Constructors in org.aspectj.org.eclipse.jdt.core.compiler with parameters of type CompilationUnitModifierConstructorDescriptionReconcileContext(ReconcileWorkingCopyOperation operation, CompilationUnit workingCopy) Creates a reconcile context for the given reconcile operation. -
Uses of CompilationUnit in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type CompilationUnitModifier and TypeMethodDescriptionstatic CompilationUnitAjAST.convertCompilationUnit(int level, CompilationUnitDeclaration compilationUnitDeclaration, char[] source, Map options, boolean isResolved, CompilationUnit workingCopy, org.eclipse.core.runtime.IProgressMonitor monitor) Internal method.static CompilationUnitAST.convertCompilationUnit(int level, CompilationUnitDeclaration compilationUnitDeclaration, char[] source, Map options, boolean isResolved, CompilationUnit workingCopy, int reconcileFlags, org.eclipse.core.runtime.IProgressMonitor monitor) Deprecated.Use org.eclipse.jdt.core.dom.AST.convertCompilationUnit(int, CompilationUnitDeclaration, Map, boolean, CompilationUnit, int, IProgressMonitor) insteadstatic CompilationUnitAST.convertCompilationUnit(int level, CompilationUnitDeclaration compilationUnitDeclaration, Map options, boolean isResolved, CompilationUnit workingCopy, int reconcileFlags, org.eclipse.core.runtime.IProgressMonitor monitor) Internal method. -
Uses of CompilationUnit in org.aspectj.org.eclipse.jdt.internal.codeassist
Constructors in org.aspectj.org.eclipse.jdt.internal.codeassist with parameters of type CompilationUnit -
Uses of CompilationUnit in org.aspectj.org.eclipse.jdt.internal.codeassist.impl
Subclasses of CompilationUnit in org.aspectj.org.eclipse.jdt.internal.codeassist.implConstructors in org.aspectj.org.eclipse.jdt.internal.codeassist.impl with parameters of type CompilationUnitModifierConstructorDescriptionAssistImportContainer(CompilationUnit parent, Map<IJavaElement, IElementInfo> infoCache) AssistPackageDeclaration(CompilationUnit parent, String name, Map<IJavaElement, IElementInfo> infoCache) -
Uses of CompilationUnit in org.aspectj.org.eclipse.jdt.internal.core
Subclasses of CompilationUnit in org.aspectj.org.eclipse.jdt.internal.coreFields in org.aspectj.org.eclipse.jdt.internal.core with type parameters of type CompilationUnitModifier and TypeFieldDescriptionJavaModelManager.perWorkingCopyInfosTable from WorkingCopyOwner to a table of ICompilationUnit (working copy handle) to PerWorkingCopyInfo.Methods in org.aspectj.org.eclipse.jdt.internal.core that return CompilationUnitModifier and TypeMethodDescriptionCompilationUnit.cloneCachingContents()protected CompilationUnitCommitWorkingCopyOperation.getCompilationUnit()Returns the compilation unit this operation is working on.CompilationUnit.getCompilationUnit()protected CompilationUnitBecomeWorkingCopyOperation.getWorkingCopy()protected CompilationUnitDiscardWorkingCopyOperation.getWorkingCopy()Returns the working copy this operation is working on.protected CompilationUnitReconcileWorkingCopyOperation.getWorkingCopy()Returns the working copy this operation is working on.CompilationUnit.originalFromClone()Methods in org.aspectj.org.eclipse.jdt.internal.core with parameters of type CompilationUnitModifier and TypeMethodDescriptionintJavaModelManager.discardPerWorkingCopyInfo(CompilationUnit workingCopy) JavaModelManager.getPerWorkingCopyInfo(CompilationUnit workingCopy, boolean create, boolean recordUsage, IProblemRequestor problemRequestor) ReconcileWorkingCopyOperation.makeConsistent(CompilationUnit workingCopy) static CompilationUnitDeclarationCompilationUnitProblemFinder.process(CompilationUnit unitElement, WorkingCopyOwner workingCopyOwner, Map<String, CategorizedProblem[]> problems, boolean creatingAST, int reconcileFlags, org.eclipse.core.runtime.IProgressMonitor monitor) static CompilationUnitDeclarationCompilationUnitProblemFinder.process(CompilationUnit unitElement, SourceElementParser parser, WorkingCopyOwner workingCopyOwner, Map<String, CategorizedProblem[]> problems, boolean creatingAST, int reconcileFlags, org.eclipse.core.runtime.IProgressMonitor monitor) protected voidCompilationUnit.updateTimeStamp(CompilationUnit original) Constructors in org.aspectj.org.eclipse.jdt.internal.core with parameters of type CompilationUnitModifierConstructorDescriptionBecomeWorkingCopyOperation(CompilationUnit workingCopy, IProblemRequestor problemRequestor) DOMToModelPopulator(Map<IJavaElement, IElementInfo> newElements, CompilationUnit root, CompilationUnitElementInfo unitInfo) protectedImportContainer(CompilationUnit parent) protectedPackageDeclaration(CompilationUnit parent, String name) PerWorkingCopyInfo(CompilationUnit workingCopy, IProblemRequestor problemRequestor)