|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ISourceElementRequestor in org.eclipse.jdt.core.tests.compiler.parser |
---|
Classes in org.eclipse.jdt.core.tests.compiler.parser that implement ISourceElementRequestor | |
---|---|
class |
SourceElementParserTest
|
class |
TestSourceElementRequestor
|
Uses of ISourceElementRequestor in org.eclipse.jdt.internal.codeassist |
---|
Classes in org.eclipse.jdt.internal.codeassist that implement ISourceElementRequestor | |
---|---|
class |
CompletionUnitStructureRequestor
|
Uses of ISourceElementRequestor in org.eclipse.jdt.internal.compiler |
---|
Classes in org.eclipse.jdt.internal.compiler that implement ISourceElementRequestor | |
---|---|
class |
SourceElementRequestorAdapter
|
Methods in org.eclipse.jdt.internal.compiler with parameters of type ISourceElementRequestor | |
---|---|
void |
SourceElementParser.setRequestor(ISourceElementRequestor requestor)
|
Constructors in org.eclipse.jdt.internal.compiler with parameters of type ISourceElementRequestor | |
---|---|
SourceElementNotifier(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.eclipse.jdt.internal.core |
---|
Classes in org.eclipse.jdt.internal.core that implement ISourceElementRequestor | |
---|---|
class |
CompilationUnitStructureRequestor
A requestor for the fuzzy parser, used to compute the children of an ICompilationUnit. |
class |
SourceMapper
A SourceMapper maps source code in a ZIP file to binary types in a JAR. |
Uses of ISourceElementRequestor in org.eclipse.jdt.internal.core.jdom |
---|
Classes in org.eclipse.jdt.internal.core.jdom that implement ISourceElementRequestor | |
---|---|
class |
SimpleDOMBuilder
Deprecated. 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.eclipse.jdt.internal.core.search.indexing |
---|
Classes in org.eclipse.jdt.internal.core.search.indexing that implement ISourceElementRequestor | |
---|---|
class |
SourceIndexerRequestor
This class is used by the JavaParserIndexer. |
Methods in org.eclipse.jdt.internal.core.search.indexing with parameters of type ISourceElementRequestor | |
---|---|
SourceElementParser |
IndexManager.getSourceElementParser(IJavaProject project,
ISourceElementRequestor requestor)
|
Constructors in org.eclipse.jdt.internal.core.search.indexing with parameters of type ISourceElementRequestor | |
---|---|
IndexingParser(ISourceElementRequestor requestor,
IProblemFactory problemFactory,
CompilerOptions options,
boolean reportLocalDeclarations,
boolean optimizeStringLiterals,
boolean useSourceJavadocParser)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |