Verwendungen von Klasse
org.aspectj.org.eclipse.jdt.internal.core.JavaModelOperation
Packages, die JavaModelOperation verwenden
-
Verwendungen von JavaModelOperation in org.aspectj.org.eclipse.jdt.internal.core
Unterklassen von JavaModelOperation in org.aspectj.org.eclipse.jdt.internal.coreModifizierer und TypKlasseBeschreibungclassAn operation created as a result of a call to JavaCore.run(IWorkspaceRunnable, IProgressMonitor) that encapsulates a user defined IWorkspaceRunnable.classSwitch and ICompilationUnit to working copy mode and signal the working copy addition through a delta.classclassCommits the contents of a working copy compilation unit to its original element and resource, bringing the Java Model up-to-date with the current contents of the working copy.classThis operation copies/moves a collection of elements from their current container to a new container, optionally renaming the elements.classclassThis operation copies/moves/renames a collection of resources from their current container to a new container, optionally renaming the elements.classThis operation creates a compilation unit (CU).classThis abstract class implements behavior common toCreateElementInCUOperations.classThis operation creates a field declaration in a type.classThis operation adds an import declaration to an existing compilation unit.classThis operation creates a initializer in a type.classThis operation creates an instance method.classThis operation adds/replaces a package declaration in an existing compilation unit.classThis operation creates a new package fragment under a given package fragment root.classThis operation creates anITypeHierarchyfor a specific type within a specified region, or for all types within a region.classImplements functionality common to operations that create type members.classThis operation creates a class or interface.classThis operation deletes a collection of elements (and all of their children).classclassThis operation deletes a collection of resources and all of their children.classDiscards a working copy (decrement its use count and remove its working copy info if the use count is 0) and signal its removal through a delta.classThis operation moves elements from their current container to a specified destination container, optionally renaming the elements.classclassThis operation moves resources (package fragments and compilation units) from their current container to a specified destination container, optionally renaming the elements.classThis class is used to perform operations on multipleIJavaElement.classReconcile a working copy and signal the changes through a delta.classThis operation renames elements.classThis operation renames resources (Package fragments and compilation units).classThis operation sets anIJavaProject's classpath.classclassclassThis operation is used to sort elements in a compilation unit according to certain criteria.Methoden in org.aspectj.org.eclipse.jdt.internal.core, die JavaModelOperation zurückgebenModifizierer und TypMethodeBeschreibungprotected JavaModelOperationCopyElementsOperation.getNestedOperation(IJavaElement element) Returns the nested operation to use for processing this elementprotected JavaModelOperationJavaModelOperation.popOperation()Methoden in org.aspectj.org.eclipse.jdt.internal.core mit Parametern vom Typ JavaModelOperationModifizierer und TypMethodeBeschreibungvoidJavaModelOperation.executeNestedOperation(JavaModelOperation operation, int subWorkAmount) Convenience method to run an operation within this operationprotected voidJavaModelOperation.pushOperation(JavaModelOperation operation)