Uses of Interface
org.eclipse.jdt.internal.compiler.env.INameEnvironment

Packages that use INameEnvironment
org.eclipse.jdt.core.tests.compiler.regression   
org.eclipse.jdt.core.tests.eval   
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.compiler.batch   
org.eclipse.jdt.internal.compiler.lookup   
org.eclipse.jdt.internal.core   
org.eclipse.jdt.internal.core.builder   
org.eclipse.jdt.internal.core.hierarchy   
org.eclipse.jdt.internal.core.search.matching   
org.eclipse.jdt.internal.eval   
org.jmlspecs.jml4.lookup   
org.jmlspecs.jml4.rac   
 

Uses of INameEnvironment in org.eclipse.jdt.core.tests.compiler.regression
 

Classes in org.eclipse.jdt.core.tests.compiler.regression that implement INameEnvironment
 class InMemoryNameEnvironment
           
 

Constructors in org.eclipse.jdt.core.tests.compiler.regression with parameters of type INameEnvironment
InMemoryNameEnvironment(java.lang.String[] compilationUnits, INameEnvironment[] classLibs)
           
 

Uses of INameEnvironment in org.eclipse.jdt.core.tests.eval
 

Methods in org.eclipse.jdt.core.tests.eval that return INameEnvironment
 INameEnvironment EvaluationTest.getEnv()
           
 

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
           
 class JmlFileSystem
          Instances of this class are useful for looking up source files.
 

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
 

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.
 

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.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.
 

Uses of INameEnvironment in org.jmlspecs.jml4.lookup
 

Fields in org.jmlspecs.jml4.lookup declared as INameEnvironment
 INameEnvironment JmlFileFinder.sourceNameEnv
           
 

Uses of INameEnvironment in org.jmlspecs.jml4.rac
 

Constructors in org.jmlspecs.jml4.rac with parameters of type INameEnvironment
RacCompiler(INameEnvironment environment, IErrorHandlingPolicy policy, CompilerOptions options, ICompilerRequestor requestor, IProblemFactory problemFactory)
          Creates a new compiler using the given name environment and compiler options.
RacCompiler(INameEnvironment environment, IErrorHandlingPolicy policy, CompilerOptions options, ICompilerRequestor requestor, IProblemFactory problemFactory, java.io.PrintWriter out, CompilationProgress progress)
          Creates a new compiler using the given parameters.