Uses of Interface
org.aspectj.org.eclipse.jdt.internal.compiler.ISourceElementRequestor
Packages that use ISourceElementRequestor
Package
Description
-
Uses of ISourceElementRequestor in org.aspectj.org.eclipse.jdt.internal.codeassist
Classes in org.aspectj.org.eclipse.jdt.internal.codeassist that implement ISourceElementRequestor -
Uses of ISourceElementRequestor in org.aspectj.org.eclipse.jdt.internal.compiler
Classes in org.aspectj.org.eclipse.jdt.internal.compiler that implement ISourceElementRequestorMethods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type ISourceElementRequestorModifier and TypeMethodDescriptionvoidSourceElementParser.setRequestor(ISourceElementRequestor requestor) Constructors in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type ISourceElementRequestorModifierConstructorDescriptionSourceElementNotifier(ISourceElementRequestor requestor, boolean reportLocalDeclarations) SourceElementParser(ISourceElementRequestor requestor, IProblemFactory problemFactory, CompilerOptions options, boolean reportLocalDeclarations, boolean optimizeStringLiterals) SourceElementParser(ISourceElementRequestor requestor, IProblemFactory problemFactory, CompilerOptions options, boolean reportLocalDeclarations, boolean optimizeStringLiterals, boolean useSourceJavadocParser) -
Uses of ISourceElementRequestor in org.aspectj.org.eclipse.jdt.internal.core
Classes in org.aspectj.org.eclipse.jdt.internal.core that implement ISourceElementRequestorModifier and TypeClassDescriptionclassA requestor for the fuzzy parser, used to compute the children of an ICompilationUnit.classA SourceMapper maps source code in a ZIP file to binary types or binary modules in a JAR. -
Uses of ISourceElementRequestor in org.aspectj.org.eclipse.jdt.internal.core.jdom
Classes in org.aspectj.org.eclipse.jdt.internal.core.jdom that implement ISourceElementRequestorModifier and TypeClassDescriptionclassDeprecated.The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.eclipse.jdt.core.dom package. -
Uses of ISourceElementRequestor in org.aspectj.org.eclipse.jdt.internal.core.search.indexing
Classes in org.aspectj.org.eclipse.jdt.internal.core.search.indexing that implement ISourceElementRequestorModifier and TypeClassDescriptionclassThis class is used by the JavaParserIndexer.Fields in org.aspectj.org.eclipse.jdt.internal.core.search.indexing declared as ISourceElementRequestorMethods in org.aspectj.org.eclipse.jdt.internal.core.search.indexing with parameters of type ISourceElementRequestorModifier and TypeMethodDescriptionIndexManager.getSourceElementParser(IJavaProject project, ISourceElementRequestor requestor) Constructors in org.aspectj.org.eclipse.jdt.internal.core.search.indexing with parameters of type ISourceElementRequestorModifierConstructorDescriptionIndexingParser(ISourceElementRequestor requestor, IProblemFactory problemFactory, CompilerOptions options, boolean reportLocalDeclarations, boolean optimizeStringLiterals, boolean useSourceJavadocParser)