Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.SourceElementParser
Packages that use SourceElementParser
Package
Description
Provides support for searching the workspace Java
elements that match a particular description.
-
Uses of SourceElementParser in org.aspectj.org.eclipse.jdt.core.search
Methods in org.aspectj.org.eclipse.jdt.core.search that return SourceElementParserMethods in org.aspectj.org.eclipse.jdt.core.search with parameters of type SourceElementParserModifier and TypeMethodDescriptionvoidSearchDocument.setParser(SourceElementParser sourceElementParser) -
Uses of SourceElementParser in org.aspectj.org.eclipse.jdt.internal.core
Methods in org.aspectj.org.eclipse.jdt.internal.core with parameters of type SourceElementParserModifier and TypeMethodDescriptionstatic CompilationUnitDeclarationCompilationUnitProblemFinder.process(CompilationUnit unitElement, SourceElementParser parser, WorkingCopyOwner workingCopyOwner, Map<String, CategorizedProblem[]> problems, boolean creatingAST, int reconcileFlags, org.eclipse.core.runtime.IProgressMonitor monitor) -
Uses of SourceElementParser in org.aspectj.org.eclipse.jdt.internal.core.jdom
Methods in org.aspectj.org.eclipse.jdt.internal.core.jdom that return SourceElementParserModifier and TypeMethodDescriptionprotected SourceElementParserDeprecated.Creates a new parser. -
Uses of SourceElementParser in org.aspectj.org.eclipse.jdt.internal.core.search.indexing
Methods in org.aspectj.org.eclipse.jdt.internal.core.search.indexing that return SourceElementParserModifier and TypeMethodDescriptionIndexManager.getSourceElementParser(IJavaProject project, ISourceElementRequestor requestor) Methods in org.aspectj.org.eclipse.jdt.internal.core.search.indexing with parameters of type SourceElementParserModifier and TypeMethodDescriptionvoidIndexManager.addSource(org.eclipse.core.resources.IFile resource, org.eclipse.core.runtime.IPath containerPath, SourceElementParser parser) Trigger addition of a resource to an index Note: the actual operation is performed in background