Dependencies
- java/11
- org.eclipse.jdt/org.eclipse.jdt.core/3.26.1-SNAPSHOT
- org.eclipse.jdt/org.eclipse.jdt.debug/3.17.100
- org.eclipse.jdt/org.eclipse.jdt.launching/3.19.100
- org.eclipse.platform/org.eclipse.ant.core/3.5.800
- org.eclipse.platform/org.eclipse.core.commands/3.9.800
- org.eclipse.platform/org.eclipse.core.contenttype/3.7.900
- org.eclipse.platform/org.eclipse.core.expressions/3.7.100
- org.eclipse.platform/org.eclipse.core.filebuffers/3.6.1100
- org.eclipse.platform/org.eclipse.core.filesystem/1.7.700
- org.eclipse.platform/org.eclipse.core.jobs/3.10.1100
- org.eclipse.platform/org.eclipse.core.resources/3.14.0
- org.eclipse.platform/org.eclipse.core.runtime/3.20.100
- org.eclipse.platform/org.eclipse.core.variables/3.4.800
- org.eclipse.platform/org.eclipse.debug.core/3.18.0
- org.eclipse.platform/org.eclipse.equinox.app/1.5.100
- org.eclipse.platform/org.eclipse.equinox.common/3.14.100
- org.eclipse.platform/org.eclipse.equinox.preferences/3.8.200
- org.eclipse.platform/org.eclipse.equinox.registry/3.10.100
- org.eclipse.platform/org.eclipse.ltk.core.refactoring/3.11.300
- org.eclipse.platform/org.eclipse.osgi/3.16.200
- org.eclipse.platform/org.eclipse.text/3.11.0
Declarations
-
org
-
eclipse
-
jdt
-
core
-
manipulation
-
CUCorrectionProposalCore
- fCompilationUnit: ICompilationUnit
- fCUProposal: ICUCorrectionProposal
- CUCorrectionProposalCore(ICUCorrectionProposal, String, ICompilationUnit, TextChange, int): void
- CUCorrectionProposalCore(String, ICompilationUnit, TextChange, int): void
- CUCorrectionProposalCore(String, ICompilationUnit, int): void
- addEdits(IDocument, TextEdit): void
- getAdditionalProposalInfo(IProgressMonitor): Object
- apply(): void
- getNewChange(): TextChange
- createTextChange(): TextChange
- createChange(): Change
- getTextChange(): TextChange
- getCompilationUnit(): ICompilationUnit
- getPreviewContent(): String
- toString(): String
-
ChangeCorrectionProposalCore
- fChange: Change
- fName: String
- fRelevance: int
- ChangeCorrectionProposalCore(String, Change, int): void
- apply(): void
- performChange(): void
- getAdditionalProposalInfo(IProgressMonitor): Object
- getName(): String
- getChange(): Change
- createChange(): Change
- setDisplayName(String): void
- getRelevance(): int
- setRelevance(int): void
- CleanUpContextCore
- CleanUpOptionsCore
-
CleanUpRequirementsCore
- fRequiresAST: boolean
- fCompilerOptions: Map<String, String>
- fRequiresFreshAST: boolean
- fRequiresChangedRegions: boolean
- CleanUpRequirementsCore(boolean, boolean, boolean, Map<String, String>): void
- requiresAST(): boolean
- requiresFreshAST(): boolean
- getCompilerOptions(): Map<String, String>
- requiresChangedRegions(): boolean
-
CodeGeneration
- CLASS_BODY_TEMPLATE_ID: String
- INTERFACE_BODY_TEMPLATE_ID: String
- ENUM_BODY_TEMPLATE_ID: String
- ANNOTATION_BODY_TEMPLATE_ID: String
- EMPTY: String[]
- CodeGeneration(): void
- getCompilationUnitContent(ICompilationUnit, String, String, String): String
- getCompilationUnitContent(ICompilationUnit, String, String, String, String): String
- getFileComment(ICompilationUnit, String): String
- getTypeComment(ICompilationUnit, String, String): String
- getTypeComment(ICompilationUnit, String, String[], String): String
- getTypeBody(String, ICompilationUnit, String, String): String
- getFieldComment(ICompilationUnit, String, String, String): String
- getMethodComment(ICompilationUnit, String, MethodDeclaration, IMethodBinding, String): String
- getMethodComment(ICompilationUnit, String, String, String[], String[], String, IMethod, String): String
- getMethodComment(ICompilationUnit, String, String, String[], String[], String, String[], IMethod, String): String
- getMethodComment(IMethod, IMethod, String): String
- getMethodComment(ICompilationUnit, String, MethodDeclaration, boolean, String, String, String[], String): String
- getModuleComment(ICompilationUnit, String, String[], String[], String): String
- getModuleComment(ICompilationUnit, IModuleDescription, String): String
- getMethodBodyContent(ICompilationUnit, String, String, boolean, String, String): String
- getGetterMethodBodyContent(ICompilationUnit, String, String, String, String): String
- getSetterMethodBodyContent(ICompilationUnit, String, String, String, String, String): String
- getGetterComment(ICompilationUnit, String, String, String, String, String, String): String
- getSetterComment(ICompilationUnit, String, String, String, String, String, String, String): String
-
CodeStyleConfiguration
- SEMICOLON_PATTERN: Pattern
- ORGIMPORTS_IMPORTORDER: String
- ORGIMPORTS_ONDEMANDTHRESHOLD: String
- ORGIMPORTS_STATIC_ONDEMANDTHRESHOLD: String
- CodeStyleConfiguration(): void
- createImportRewrite(ICompilationUnit, boolean): ImportRewrite
- createImportRewrite(CompilationUnit, boolean): ImportRewrite
- configureImportRewrite(ImportRewrite): ImportRewrite
-
CoreASTProvider
- instance: CoreASTProvider
- DEBUG_PREFIX: String
- fReconcilingJavaElement: ITypeRoot
- fActiveJavaElement: ITypeRoot
- fAST: CompilationUnit
- fReconcileLock: Object
- fWaitLock: Object
- fIsReconciling: boolean
- WAIT_FLAG
- WAIT_YES: WAIT_FLAG
- WAIT_ACTIVE_ONLY: WAIT_FLAG
- WAIT_NO: WAIT_FLAG
- getAST(ITypeRoot, WAIT_FLAG, IProgressMonitor): CompilationUnit
- aboutToBeReconciled(ITypeRoot): void
- createAST(ITypeRoot, IProgressMonitor): CompilationUnit
- reconciled(CompilationUnit, ITypeRoot, IProgressMonitor): void
- isReconciling(ITypeRoot): boolean
- cache(CompilationUnit, ITypeRoot): void
- hasSource(ITypeRoot): boolean
- disposeAST(): void
- toString(ITypeRoot): String
- toString(CompilationUnit): String
- getThreadName(): String
- getInstance(): CoreASTProvider
- CoreASTProvider(): void
- isReconciling(): boolean
- getReconcilingJavaElement(): ITypeRoot
- getActiveJavaElement(): ITypeRoot
- setActiveJavaElement(ITypeRoot): void
- getCachedAST(): CompilationUnit
- waitLockNotifyAll(): void
- clearReconciliation(): void
- ICUCorrectionProposal
- ICleanUpFixCore
-
ImportReferencesCollector
- collect(ASTNode, IJavaProject, Region, Collection<SimpleName>, Collection<SimpleName>): void
- collect(ASTNode, IJavaProject, Region, boolean, Collection<SimpleName>, Collection<SimpleName>): void
- fASTRoot: CompilationUnit
- fSubRange: Region
- fTypeImports: Collection<SimpleName>
- fStaticImports: Collection<SimpleName>
- fSkipMethodBodies: boolean
- ImportReferencesCollector(IJavaProject, CompilationUnit, Region, boolean, Collection<SimpleName>, Collection<SimpleName>): void
- processJavadocComments(CompilationUnit): boolean
- isAffected(ASTNode): boolean
- addReference(SimpleName): void
- typeRefFound(Name): void
- possibleTypeRefFound(Name): void
- possibleStaticImportFound(Name): void
- doVisitChildren(List<ASTNode>): void
- doVisitNode(ASTNode): void
- visitNode(ASTNode): boolean
- visit(SimpleType): boolean
- visit(NameQualifiedType): boolean
- visit(QualifiedType): boolean
- visitAnnotations(AnnotatableType): void
- visit(QualifiedName): boolean
- visit(ImportDeclaration): boolean
- visit(PackageDeclaration): boolean
- visit(LabeledStatement): boolean
- visit(ContinueStatement): boolean
- visit(YieldStatement): boolean
- visit(ThisExpression): boolean
- visit(SuperFieldAccess): boolean
- evalQualifyingExpression(Expression, Name): void
- visit(ClassInstanceCreation): boolean
- visit(MethodInvocation): boolean
- visit(CreationReference): boolean
- visit(ExpressionMethodReference): boolean
- visit(SuperMethodReference): boolean
- visit(TypeMethodReference): boolean
- visit(UsesDirective): boolean
- visit(ProvidesDirective): boolean
- visit(SuperConstructorInvocation): boolean
- visit(FieldAccess): boolean
- visit(SimpleName): boolean
- visit(MarkerAnnotation): boolean
- visit(NormalAnnotation): boolean
- visit(SingleMemberAnnotation): boolean
- visit(TypeDeclaration): boolean
- visit(MethodDeclaration): boolean
- getThrownExceptions(MethodDeclaration): List<Name>
- visit(TagElement): boolean
- visit(MemberRef): boolean
- visit(MethodRef): boolean
- visit(MethodRefParameter): boolean
-
JavaManipulation
- ID_PLUGIN: String
- fgPreferenceNodeId: String
- fTemplateStore: TemplateStoreCore
- fCodeTemplateContextTypeRegistry: ContextTypeRegistry
- getPreferenceNodeId(): String
- setPreferenceNodeId(String): void
- getCodeTemplateStore(): TemplateStoreCore
- setCodeTemplateStore(TemplateStoreCore): void
- getCodeTemplateContextRegistry(): ContextTypeRegistry
- setCodeTemplateContextRegistry(ContextTypeRegistry): void
- getPreference(String, IJavaProject): String
-
OrganizeImportsOperation
- IChooseImportQuery
- UnresolvableImportMatcher
- TypeReferenceProcessor
- UNRESOLVABLE_IMPORT_CONTEXT: ImportRewriteContext
- fDoSave: boolean
- fIgnoreLowerCaseNames: boolean
- fChooseImportQuery: IChooseImportQuery
- fNumberOfImportsAdded: int
- fNumberOfImportsRemoved: int
- fParsingError: IProblem
- fCompilationUnit: ICompilationUnit
- fASTRoot: CompilationUnit
- fAllowSyntaxErrors: boolean
- OrganizeImportsOperation(ICompilationUnit, CompilationUnit, boolean, boolean, boolean, IChooseImportQuery): void
- run(IProgressMonitor): void
- createTextEdit(IProgressMonitor): TextEdit
- determineImportDifferences(ImportRewrite, Set<String>, Set<String>): void
- addStaticImports(Collection<SimpleName>, ImportRewrite, UnresolvableImportMatcher): void
- collectReferences(CompilationUnit, List<SimpleName>, List<SimpleName>, Set<String>, Set<String>): boolean
- getParseError(): IProblem
- getNumberOfImportsAdded(): int
- getNumberOfImportsRemoved(): int
- getScheduleRule(): ISchedulingRule
- SharedASTProviderCore
- TypeKinds
-
TypeNameMatchCollector
- fCollection: Collection<TypeNameMatch>
- fStringMatchers: Pattern[]
- TypeNameMatchCollector(Collection<TypeNameMatch>): void
- inScope(TypeNameMatch): boolean
- isFiltered(TypeNameMatch): boolean
- filter(String): boolean
- getStringMatchers(): Pattern[]
- acceptTypeNameMatch(TypeNameMatch): void
- getPreference(String): String
-
CUCorrectionProposalCore
-
refactoring
-
CompilationUnitChange
- fCUnit: ICompilationUnit
- fDescriptor: ChangeDescriptor
- CompilationUnitChange(String, ICompilationUnit): void
- getFile(ICompilationUnit): IFile
- getModifiedElement(): Object
- getCompilationUnit(): ICompilationUnit
- acquireDocument(IProgressMonitor): IDocument
- releaseDocument(IDocument, IProgressMonitor): void
- createUndoChange(UndoEdit, ContentStamp): Change
- getAdapter(Class<Object>): Object
- setDescriptor(ChangeDescriptor): void
- getDescriptor(): ChangeDescriptor
- IJavaElementMapper
-
IJavaRefactorings
- RENAME_METHOD: String
- RENAME_PACKAGE: String
- CHANGE_METHOD_SIGNATURE: String
- CONVERT_ANONYMOUS: String
- CONVERT_LOCAL_VARIABLE: String
- CONVERT_MEMBER_TYPE: String
- COPY: String
- DELETE: String
- ENCAPSULATE_FIELD: String
- EXTRACT_CLASS: String
- EXTRACT_CONSTANT: String
- EXTRACT_INTERFACE: String
- EXTRACT_LOCAL_VARIABLE: String
- EXTRACT_METHOD: String
- EXTRACT_SUPERCLASS: String
- GENERALIZE_TYPE: String
- INFER_TYPE_ARGUMENTS: String
- INLINE_CONSTANT: String
- INLINE_LOCAL_VARIABLE: String
- INLINE_METHOD: String
- INTRODUCE_FACTORY: String
- INTRODUCE_INDIRECTION: String
- INTRODUCE_PARAMETER: String
- INTRODUCE_PARAMETER_OBJECT: String
- MOVE: String
- MOVE_METHOD: String
- MOVE_STATIC_MEMBERS: String
- PULL_UP: String
- PUSH_DOWN: String
- RENAME_COMPILATION_UNIT: String
- RENAME_ENUM_CONSTANT: String
- RENAME_FIELD: String
- RENAME_JAVA_PROJECT: String
- RENAME_LOCAL_VARIABLE: String
- RENAME_RESOURCE: String
- RENAME_SOURCE_FOLDER: String
- RENAME_TYPE: String
- RENAME_TYPE_PARAMETER: String
- USE_SUPER_TYPE: String
- RenameTypeArguments
- UndoCompilationUnitChange
-
descriptors
- ChangeMethodSignatureDescriptor
- ConvertAnonymousDescriptor
- ConvertLocalVariableDescriptor
- ConvertMemberTypeDescriptor
- CopyDescriptor
- DeleteDescriptor
- EncapsulateFieldDescriptor
- ExtractClassDescriptor
- ExtractConstantDescriptor
- ExtractInterfaceDescriptor
- ExtractLocalDescriptor
- ExtractMethodDescriptor
- ExtractSuperclassDescriptor
- GeneralizeTypeDescriptor
- InferTypeArgumentsDescriptor
- InlineConstantDescriptor
- InlineLocalVariableDescriptor
- InlineMethodDescriptor
- IntroduceFactoryDescriptor
- IntroduceIndirectionDescriptor
- IntroduceParameterDescriptor
- IntroduceParameterObjectDescriptor
- JavaRefactoringContribution
- JavaRefactoringDescriptor
- MoveDescriptor
- MoveMethodDescriptor
- MoveStaticMembersDescriptor
- PullUpDescriptor
- PushDownDescriptor
- RenameJavaElementDescriptor
- RenameLocalVariableDescriptor
- RenameResourceDescriptor
- UseSupertypeDescriptor
- participants
-
CompilationUnitChange
-
manipulation
-
internal
-
core
-
manipulation
- BindingLabelProviderCore
- CodeTemplateContext
- CodeTemplateContextType
- IStatusConstants
- JavaElementLabelComposerCore
- JavaElementLabelsCore
- JavaElementLabelsMessages
- JavaElementPropertyTester
- JavaManipulationMessages
- JavaManipulationPlugin
- MembersOrderPreferenceCacheCommon
- Messages
- ProjectTemplateStore
- StubUtility
- dom
- search
- util
- refactoring
-
manipulation
-
corext
- CorextCore
-
CorextMessages
- CorextMessages(): void
- BUNDLE_NAME: String
- Resources_outOfSyncResources: String
- Resources_outOfSync: String
- Resources_modifiedResources: String
- Resources_fileModified: String
- JavaDocLocations_error_gettingAttachedJavadoc: String
- JavaDocLocations_error_gettingJavadoc: String
- JavaDocLocations_noAttachedJavadoc: String
- JavaDocLocations_noAttachedSource: String
- JavaDocLocations_noAttachments: String
- JavaDocLocations_noInformation: String
- History_error_serialize: String
- History_error_read: String
- TypeInfoHistory_consistency_check: String
- static class initializer
- JavaModelUtil_applyedit_operation: String
- SourceRangeFactory
-
callhierarchy
- CallHierarchyCore
- CallHierarchyMessages
- CallHierarchyVisitor
- CallLocation
- CallSearchResultCollector
- CalleeAnalyzerVisitor
- CalleeMethodWrapper
- CallerMethodWrapper
- IImplementorFinder
- IMethodWrapperDynamic
- Implementors
- JavaImplementorFinder
- MethodCall
- MethodReferencesSearchRequestor
- MethodWrapper
- MethodWrapperDynamicCore
- RealCallers
-
codemanipulation
- AddCustomConstructorOperation
- AddDelegateMethodsOperation
- AddUnimplementedConstructorsOperation
- CodeGenerationMessages
- CodeGenerationSettings
- CodeGenerationSettingsConstants
- ContextSensitiveImportRewriteContext
- GenerateHashCodeEqualsOperation
- GetterSetterUtil
- RedundantNullnessTypeAnnotationsFilter
- StubUtility2Core
- tostringgeneration
-
dom
- ASTFlattener
- ASTNodeFactory
- ASTNodes
- Bindings
- BodyDeclarationRewrite
- CodeScopeBuilder
- DimensionRewrite
- GenericVisitor
- HierarchicalASTVisitor
- IASTSharedValues
- JdtASTMatcher
- LinkedNodeFinder
- LocalVariableIndex
- ModifierRewrite
- ReplaceRewrite
- ScopeAnalyzer
- Selection
- SelectionAnalyzer
- StatementRewrite
- TokenScanner
- TypeBindingVisitor
- TypeRules
- VariableDeclarationRewrite
- fragments
-
fix
- AbstractFix
- AbstractSerialVersionOperationCore
- AddUnimplementedMethodsOperation
- CleanUpConstants
- CodeStyleFixCore
- CompilationUnitRewriteOperationsFixCore
- ConvertForLoopOperation
- ConvertIterableLoopOperation
- ConvertLoopFixCore
- ConvertLoopOperation
- FixMessages
- ICleanUpCore
- ILinkedFixCore
- IProposableFix
- LambdaExpressionsFixCore
- LinkedProposalModelCore
- LinkedProposalPositionGroupCore
- Messages
- PotentialProgrammingProblemsFixCore
- SerialVersionDefaultOperationCore
- TypeParametersFixCore
- UnimplementedCodeFixCore
- UnusedCodeFixCore
- UnwrapNewArrayOperation
- VariableDeclarationFixCore
-
refactoring
- Checks
- CollectingSearchRequestor
- IRefactoringSearchRequestor
- JDTRefactoringDescriptorComment
- JavaRefactoringArguments
- JavaRefactoringDescriptorUtil
- RefactoringAvailabilityTesterCore
- RefactoringCoreMessages
- RefactoringScopeFactory
- RefactoringSearchEngine
- RefactoringSearchEngine2
- SearchResultGroup
- base
- changes
- code
- delegates
- nls
- participants
- rename
- reorg
- structure
- tagging
- typeconstraints
- util
- template
- util
- ui
-
core
-
core
-
jdt
-
eclipse