|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SourceElementParser | |
|---|---|
| org.eclipse.jdt.core.search | |
| org.eclipse.jdt.internal.core | |
| org.eclipse.jdt.internal.core.jdom | |
| org.eclipse.jdt.internal.core.search.indexing | |
| Uses of SourceElementParser in org.eclipse.jdt.core.search |
|---|
| Methods in org.eclipse.jdt.core.search that return SourceElementParser | |
|---|---|
SourceElementParser |
SearchDocument.getParser()
|
| Methods in org.eclipse.jdt.core.search with parameters of type SourceElementParser | |
|---|---|
void |
SearchDocument.setParser(SourceElementParser sourceElementParser)
|
| 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,
IProgressMonitor monitor)
|
| Uses of SourceElementParser in org.eclipse.jdt.internal.core.jdom |
|---|
| Methods in org.eclipse.jdt.internal.core.jdom that return SourceElementParser | |
|---|---|
protected SourceElementParser |
SimpleDOMBuilder.getParser(java.util.Map settings)
Deprecated. Creates a new parser. |
| 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,
IPath containerPath,
SourceElementParser parser)
Trigger addition of a resource to an index Note: the actual operation is performed in background |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||