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

Packages that use INameEnvironment
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.compiler.batch   
org.eclipse.jdt.internal.compiler.lookup   
 

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, PrintWriter out)
          Deprecated.  
Compiler(INameEnvironment environment, IErrorHandlingPolicy policy, CompilerOptions options, ICompilerRequestor requestor, IProblemFactory problemFactory, PrintWriter out, CompilationProgress progress)
           
Compiler(INameEnvironment environment, IErrorHandlingPolicy policy, Map settings, ICompilerRequestor requestor, IProblemFactory problemFactory)
          Deprecated. this constructor is kept to preserve 3.1 and 3.2M4 compatibility
Compiler(INameEnvironment environment, IErrorHandlingPolicy policy, 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)
           
 



Copyright © 2012. All Rights Reserved.