Verwendungen von Klasse
org.aspectj.org.eclipse.jdt.core.dom.CompilationUnit
Packages, die CompilationUnit verwenden
Package
Beschreibung
The Java model is the set of classes that model the
objects associated with creating, editing, and building a Java program.
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.
The Java DOM/AST rewrite is the set of classes that are used to make changes to an existing DOM/AST tree.
Provides a set of tools and utilities for manipulating .class files and Java model elements.
-
Verwendungen von CompilationUnit in org.aspectj.org.eclipse.jdt.core
Methoden in org.aspectj.org.eclipse.jdt.core, die CompilationUnit zurückgebenModifizierer und TypMethodeBeschreibungIJavaElementDelta.getCompilationUnitAST()Returns the compilation unit AST created by the last reconcile operation on this delta's element.ICompilationUnit.reconcile(int astLevel, boolean forceProblemDetection, boolean enableStatementsRecovery, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) Reconciles the contents of this working copy, sends out a Java delta notification indicating the nature of the change of the working copy since the last time it was either reconciled or made consistent (IOpenable.makeConsistent(IProgressMonitor)), and returns a compilation unit AST if requested.ICompilationUnit.reconcile(int astLevel, boolean forceProblemDetection, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) Reconciles the contents of this working copy, sends out a Java delta notification indicating the nature of the change of the working copy since the last time it was either reconciled or made consistent (IOpenable.makeConsistent(IProgressMonitor)), and returns a compilation unit AST if requested.ICompilationUnit.reconcile(int astLevel, int reconcileFlags, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) Reconciles the contents of this working copy, sends out a Java delta notification indicating the nature of the change of the working copy since the last time it was either reconciled or made consistent (IOpenable.makeConsistent(IProgressMonitor)), and returns a compilation unit AST if requested. -
Verwendungen von CompilationUnit in org.aspectj.org.eclipse.jdt.core.compiler
Methoden in org.aspectj.org.eclipse.jdt.core.compiler, die CompilationUnit zurückgebenModifizierer und TypMethodeBeschreibungReconcileContext.getAST(int level) Returns a resolved AST with the given AST level.ReconcileContext.getAST3()Veraltet.JLS3 has been deprecated.ReconcileContext.getAST4()Veraltet.JLS4 has been deprecated.ReconcileContext.getAST8()Veraltet.JLS8 has been deprecated. -
Verwendungen von CompilationUnit in org.aspectj.org.eclipse.jdt.core.dom
Methoden in org.aspectj.org.eclipse.jdt.core.dom, die CompilationUnit zurückgebenModifizierer und TypMethodeBeschreibungAjASTConverter.convert(CompilationUnitDeclaration unit, char[] source) ASTConverter.convert(CompilationUnitDeclaration unit, char[] source) static 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) Veraltet.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.AST.newCompilationUnit()Creates an unparented compilation unit node owned by this AST.static CompilationUnitAST.parseCompilationUnit(char[] source) Veraltet.UseASTParserinstead.static CompilationUnitAST.parseCompilationUnit(char[] source, String unitName, IJavaProject project) Veraltet.UseASTParserinstead.static CompilationUnitAST.parseCompilationUnit(IClassFile classFile, boolean resolveBindings) Veraltet.UseASTParserinstead.static CompilationUnitAST.parseCompilationUnit(ICompilationUnit unit, boolean resolveBindings) Veraltet.UseASTParserinstead.Methoden in org.aspectj.org.eclipse.jdt.core.dom mit Parametern vom Typ CompilationUnitModifizierer und TypMethodeBeschreibungvoidASTRequestor.acceptAST(ICompilationUnit source, CompilationUnit ast) Accepts an AST corresponding to the compilation unit.voidFileASTRequestor.acceptAST(String sourceFilePath, CompilationUnit ast) Accepts an AST corresponding to the compilation unit.voidASTVisitor.endVisit(CompilationUnit node) End of visit the given type-specific AST node.booleanASTMatcher.match(CompilationUnit node, Object other) Returns whether the given node and the other object match.booleanAjNaiveASTFlattener.visit(CompilationUnit node) booleanASTVisitor.visit(CompilationUnit node) Visits the given type-specific AST node. -
Verwendungen von CompilationUnit in org.aspectj.org.eclipse.jdt.core.dom.rewrite
Methoden in org.aspectj.org.eclipse.jdt.core.dom.rewrite mit Parametern vom Typ CompilationUnitModifizierer und TypMethodeBeschreibungstatic ImportRewriteImportRewrite.create(CompilationUnit astRoot, boolean restoreExistingImports) Creates anImportRewritefrom an AST (CompilationUnit). -
Verwendungen von CompilationUnit in org.aspectj.org.eclipse.jdt.core.util
Methoden in org.aspectj.org.eclipse.jdt.core.util mit Parametern vom Typ CompilationUnitModifizierer und TypMethodeBeschreibungstatic org.eclipse.text.edits.TextEditCompilationUnitSorter.sort(CompilationUnit unit, Comparator comparator, int options, org.eclipse.text.edits.TextEditGroup group, org.eclipse.core.runtime.IProgressMonitor monitor) Reorders the declarations in the given compilation unit according to the specified comparator. -
Verwendungen von CompilationUnit in org.aspectj.org.eclipse.jdt.internal.core
Felder in org.aspectj.org.eclipse.jdt.internal.core, die deklariert sind als CompilationUnitModifizierer und TypFeldBeschreibungReconcileWorkingCopyOperation.astprotected CompilationUnitCreateElementInCUOperation.cuASTThe compilation unit AST used for this operationMethoden in org.aspectj.org.eclipse.jdt.internal.core, die CompilationUnit zurückgebenModifizierer und TypMethodeBeschreibungJavaElementDelta.getCompilationUnitAST()CompilationUnit.makeConsistent(int astLevel, boolean resolveBindings, int reconcileFlags, HashMap problems, org.eclipse.core.runtime.IProgressMonitor monitor) ReconcileWorkingCopyOperation.makeConsistent(CompilationUnit workingCopy) protected CompilationUnitCreateElementInCUOperation.parse(ICompilationUnit cu) CompilationUnit.reconcile(int astLevel, boolean forceProblemDetection, boolean enableStatementsRecovery, WorkingCopyOwner workingCopyOwner, org.eclipse.core.runtime.IProgressMonitor monitor) CompilationUnit.reconcile(int astLevel, boolean forceProblemDetection, WorkingCopyOwner workingCopyOwner, org.eclipse.core.runtime.IProgressMonitor monitor) CompilationUnit.reconcile(int astLevel, int reconcileFlags, WorkingCopyOwner workingCopyOwner, org.eclipse.core.runtime.IProgressMonitor monitor) Methoden in org.aspectj.org.eclipse.jdt.internal.core mit Parametern vom Typ CompilationUnitModifizierer und TypMethodeBeschreibungorg.eclipse.text.edits.TextEditSortElementsOperation.calculateEdit(CompilationUnit unit, org.eclipse.text.edits.TextEditGroup group) Calculates the required text edits to sort theunitvoidJavaElementDelta.changedAST(CompilationUnit changedAST) JavaElement.findNode(CompilationUnit ast) Returns theASTNodethat corresponds to thisJavaElementornullif there is no corresponding node.SourceField.findNode(CompilationUnit ast) SourceRefElement.findNode(CompilationUnit ast) Returns theASTNodethat corresponds to thisJavaElementornullif there is no corresponding node. -
Verwendungen von CompilationUnit in org.aspectj.org.eclipse.jdt.internal.core.dom
Methoden in org.aspectj.org.eclipse.jdt.internal.core.dom mit Parametern vom Typ CompilationUnit -
Verwendungen von CompilationUnit in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite
Methoden in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite mit Parametern vom Typ CompilationUnitModifizierer und TypMethodeBeschreibungstatic LineInformationLineInformation.create(CompilationUnit astRoot) booleanASTRewriteAnalyzer.visit(CompilationUnit node) booleanASTRewriteFlattener.visit(CompilationUnit node) -
Verwendungen von CompilationUnit in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite.imports
Konstruktoren in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite.imports mit Parametern vom Typ CompilationUnitModifiziererKonstruktorBeschreibungImportRewriteAnalyzer(ICompilationUnit cu, CompilationUnit astRoot, ImportRewriteConfiguration configuration) -
Verwendungen von CompilationUnit in org.aspectj.org.eclipse.jdt.internal.core.util
Konstruktoren in org.aspectj.org.eclipse.jdt.internal.core.util mit Parametern vom Typ CompilationUnitModifiziererKonstruktorBeschreibungDOMFinder(CompilationUnit ast, SourceRefElement element, boolean resolveBinding) -
Verwendungen von CompilationUnit in org.aspectj.org.eclipse.jdt.internal.formatter
Methoden in org.aspectj.org.eclipse.jdt.internal.formatter mit Parametern vom Typ CompilationUnit