Uses of Class
org.eclipse.jdt.internal.compiler.SourceElementParser

Packages that use SourceElementParser
org.eclipse.jdt.internal.core   
org.eclipse.jdt.internal.core.search.indexing   
 

Uses of SourceElementParser in org.eclipse.jdt.internal.core
 

Methods in org.eclipse.jdt.internal.core with parameters of type SourceElementParser
static CompilationUnitDeclaration CompilationUnitProblemFinder.process(CompilationUnit unitElement, SourceElementParser parser, WorkingCopyOwner workingCopyOwner, java.util.HashMap problems, boolean creatingAST, int reconcileFlags, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 

Uses of SourceElementParser in org.eclipse.jdt.internal.core.search.indexing
 

Subclasses of SourceElementParser in org.eclipse.jdt.internal.core.search.indexing
 class IndexingParser
           
 

Methods in org.eclipse.jdt.internal.core.search.indexing that return SourceElementParser
 SourceElementParser IndexManager.getSourceElementParser(IJavaProject project, ISourceElementRequestor requestor)
           
 

Methods in org.eclipse.jdt.internal.core.search.indexing with parameters of type SourceElementParser
 void IndexManager.addSource(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