|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of INameEnvironment in org.eclipse.jdt.internal.compiler |
|---|
| Constructors in org.eclipse.jdt.internal.compiler with parameters of type INameEnvironment | |
|---|---|
Compiler(INameEnvironment environment,
IErrorHandlingPolicy policy,
CompilerOptions options,
ICompilerRequestor requestor,
IProblemFactory problemFactory)
Answer a new compiler using the given name environment and compiler options. |
|
Compiler(INameEnvironment environment,
IErrorHandlingPolicy policy,
CompilerOptions options,
ICompilerRequestor requestor,
IProblemFactory problemFactory,
java.io.PrintWriter out)
Deprecated. |
|
Compiler(INameEnvironment environment,
IErrorHandlingPolicy policy,
CompilerOptions options,
ICompilerRequestor requestor,
IProblemFactory problemFactory,
java.io.PrintWriter out,
CompilationProgress progress)
|
|
Compiler(INameEnvironment environment,
IErrorHandlingPolicy policy,
java.util.Map settings,
ICompilerRequestor requestor,
IProblemFactory problemFactory)
Deprecated. this constructor is kept to preserve 3.1 and 3.2M4 compatibility |
|
Compiler(INameEnvironment environment,
IErrorHandlingPolicy policy,
java.util.Map settings,
ICompilerRequestor requestor,
IProblemFactory problemFactory,
boolean parseLiteralExpressionsAsConstants)
Deprecated. this constructor is kept to preserve 3.1 and 3.2M4 compatibility |
|
| Uses of INameEnvironment in org.eclipse.jdt.internal.compiler.batch |
|---|
| Classes in org.eclipse.jdt.internal.compiler.batch that implement INameEnvironment | |
|---|---|
class |
FileSystem
|
| Uses of INameEnvironment in org.eclipse.jdt.internal.compiler.lookup |
|---|
| Fields in org.eclipse.jdt.internal.compiler.lookup declared as INameEnvironment | |
|---|---|
INameEnvironment |
LookupEnvironment.nameEnvironment
|
| Constructors in org.eclipse.jdt.internal.compiler.lookup with parameters of type INameEnvironment | |
|---|---|
LookupEnvironment(ITypeRequestor typeRequestor,
CompilerOptions globalOptions,
ProblemReporter problemReporter,
INameEnvironment nameEnvironment)
|
|
| Uses of INameEnvironment in org.eclipse.jdt.internal.core |
|---|
| Subinterfaces of INameEnvironment in org.eclipse.jdt.internal.core | |
|---|---|
interface |
INameEnvironmentWithProgress
The name environment provides a callback API that the compiler can use to look up types, compilation units, and packages in the current environment. |
| Classes in org.eclipse.jdt.internal.core that implement INameEnvironment | |
|---|---|
class |
CancelableNameEnvironment
|
class |
SearchableEnvironment
This class provides a SearchableBuilderEnvironment for code assist which
uses the Java model as a search tool. |
| Constructors in org.eclipse.jdt.internal.core with parameters of type INameEnvironment | |
|---|---|
CompilationUnitProblemFinder(INameEnvironment environment,
IErrorHandlingPolicy policy,
CompilerOptions compilerOptions,
ICompilerRequestor requestor,
IProblemFactory problemFactory)
Answer a new CompilationUnitVisitor using the given name environment and compiler options. |
|
| Uses of INameEnvironment in org.eclipse.jdt.internal.core.builder |
|---|
| Classes in org.eclipse.jdt.internal.core.builder that implement INameEnvironment | |
|---|---|
class |
NameEnvironment
|
| Uses of INameEnvironment in org.eclipse.jdt.internal.core.eval |
|---|
| Methods in org.eclipse.jdt.internal.core.eval that return INameEnvironment | |
|---|---|
protected INameEnvironment |
EvaluationContextWrapper.getBuildNameEnvironment()
Returns a name environment for the last built state. |
| Uses of INameEnvironment in org.eclipse.jdt.internal.core.hierarchy |
|---|
| Constructors in org.eclipse.jdt.internal.core.hierarchy with parameters of type INameEnvironment | |
|---|---|
HierarchyResolver(INameEnvironment nameEnvironment,
java.util.Map settings,
HierarchyBuilder builder,
IProblemFactory problemFactory)
|
|
| Uses of INameEnvironment in org.eclipse.jdt.internal.core.search.matching |
|---|
| Classes in org.eclipse.jdt.internal.core.search.matching that implement INameEnvironment | |
|---|---|
class |
JavaSearchNameEnvironment
|
| Fields in org.eclipse.jdt.internal.core.search.matching declared as INameEnvironment | |
|---|---|
INameEnvironment |
MatchLocator.nameEnvironment
|
| Uses of INameEnvironment in org.eclipse.jdt.internal.eval |
|---|
| Classes in org.eclipse.jdt.internal.eval that implement INameEnvironment | |
|---|---|
class |
CodeSnippetEnvironment
An environment that wraps the client's name environment. |
| Methods in org.eclipse.jdt.internal.eval with parameters of type INameEnvironment | |
|---|---|
void |
EvaluationContext.evaluate(char[] codeSnippet,
char[][] contextLocalVariableTypeNames,
char[][] contextLocalVariableNames,
int[] contextLocalVariableModifiers,
char[] contextDeclaringTypeName,
boolean contextIsStatic,
boolean contextIsConstructorCall,
INameEnvironment environment,
java.util.Map options,
IRequestor requestor,
IProblemFactory problemFactory)
|
void |
EvaluationContext.evaluate(char[] codeSnippet,
INameEnvironment environment,
java.util.Map options,
IRequestor requestor,
IProblemFactory problemFactory)
|
void |
EvaluationContext.evaluateImports(INameEnvironment environment,
IRequestor requestor,
IProblemFactory problemFactory)
|
void |
EvaluationContext.evaluateVariable(GlobalVariable variable,
INameEnvironment environment,
java.util.Map options,
IRequestor requestor,
IProblemFactory problemFactory)
|
void |
EvaluationContext.evaluateVariables(INameEnvironment environment,
java.util.Map options,
IRequestor requestor,
IProblemFactory problemFactory)
|
| Constructors in org.eclipse.jdt.internal.eval with parameters of type INameEnvironment | |
|---|---|
CodeSnippetCompiler(INameEnvironment environment,
IErrorHandlingPolicy policy,
CompilerOptions compilerOptions,
ICompilerRequestor requestor,
IProblemFactory problemFactory,
EvaluationContext evaluationContext,
int codeSnippetStart,
int codeSnippetEnd)
Creates a new code snippet compiler initialized with a code snippet parser. |
|
CodeSnippetEnvironment(INameEnvironment env,
EvaluationContext context)
Creates a new wrapper for the given environment. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||