Uses of Interface
org.aspectj.org.eclipse.jdt.internal.compiler.env.INameEnvironment
Packages that use INameEnvironment
Package
Description
-
Uses of INameEnvironment in org.aspectj.ajdt.internal.compiler.lookup
Constructors in org.aspectj.ajdt.internal.compiler.lookup with parameters of type INameEnvironmentModifierConstructorDescriptionAjLookupEnvironment(ITypeRequestor typeRequestor, CompilerOptions options, ProblemReporter problemReporter, INameEnvironment nameEnvironment) -
Uses of INameEnvironment in org.aspectj.ajdt.internal.core.builder
Classes in org.aspectj.ajdt.internal.core.builder that implement INameEnvironmentMethods in org.aspectj.ajdt.internal.core.builder that return INameEnvironmentMethods in org.aspectj.ajdt.internal.core.builder with parameters of type INameEnvironmentModifier and TypeMethodDescriptionvoidAjState.setNameEnvironment(INameEnvironment nameEnvironment) voidEclipseClassPathManager.setNameEnvironment(INameEnvironment env) Constructors in org.aspectj.ajdt.internal.core.builder with parameters of type INameEnvironment -
Uses of INameEnvironment in org.aspectj.org.eclipse.jdt.internal.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type INameEnvironmentModifier and TypeMethodDescriptionDefaultCompilerFactory.newCompiler(INameEnvironment environment, IErrorHandlingPolicy policy, CompilerConfiguration compilerConfig, ICompilerRequestor requestor, IProblemFactory problemFactory, CompilationProgress compilationProgress) ICompilerFactory.newCompiler(INameEnvironment environment, IErrorHandlingPolicy policy, CompilerConfiguration compilerConfig, ICompilerRequestor requestor, IProblemFactory problemFactory, CompilationProgress compilationProgress) Create a new compiler using the given name environment and compiler options.Constructors in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type INameEnvironmentModifierConstructorDescriptionCompiler(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, CompilationProgress progress) -
Uses of INameEnvironment in org.aspectj.org.eclipse.jdt.internal.compiler.batch
Classes in org.aspectj.org.eclipse.jdt.internal.compiler.batch that implement INameEnvironment -
Uses of INameEnvironment in org.aspectj.org.eclipse.jdt.internal.compiler.env
Subinterfaces of INameEnvironment in org.aspectj.org.eclipse.jdt.internal.compiler.envModifier and TypeInterfaceDescriptioninterfaceA module aware name environmentinterfaceThe name environment provides a callback API that the compiler can use to look up types, compilation units, and packages in the current environment. -
Uses of INameEnvironment in org.aspectj.org.eclipse.jdt.internal.compiler.lookup
Fields in org.aspectj.org.eclipse.jdt.internal.compiler.lookup declared as INameEnvironmentConstructors in org.aspectj.org.eclipse.jdt.internal.compiler.lookup with parameters of type INameEnvironmentModifierConstructorDescriptionLookupEnvironment(ITypeRequestor typeRequestor, CompilerOptions globalOptions, ProblemReporter problemReporter, INameEnvironment nameEnvironment) Construct the root LookupEnvironment, corresponding to the UnNamedModule. -
Uses of INameEnvironment in org.aspectj.org.eclipse.jdt.internal.core
Subinterfaces of INameEnvironment in org.aspectj.org.eclipse.jdt.internal.coreModifier and TypeInterfaceDescriptioninterfaceThe 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.aspectj.org.eclipse.jdt.internal.core that implement INameEnvironmentModifier and TypeClassDescriptionclassclassThis class provides aSearchableBuilderEnvironmentfor code assist which uses the Java model as a search tool.Constructors in org.aspectj.org.eclipse.jdt.internal.core with parameters of type INameEnvironmentModifierConstructorDescriptionprotectedCompilationUnitProblemFinder(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.aspectj.org.eclipse.jdt.internal.core.builder
Classes in org.aspectj.org.eclipse.jdt.internal.core.builder that implement INameEnvironment -
Uses of INameEnvironment in org.aspectj.org.eclipse.jdt.internal.core.eval
Methods in org.aspectj.org.eclipse.jdt.internal.core.eval that return INameEnvironmentModifier and TypeMethodDescriptionprotected INameEnvironmentEvaluationContextWrapper.getBuildNameEnvironment()Returns a name environment for the last built state. -
Uses of INameEnvironment in org.aspectj.org.eclipse.jdt.internal.core.hierarchy
Constructors in org.aspectj.org.eclipse.jdt.internal.core.hierarchy with parameters of type INameEnvironmentModifierConstructorDescriptionHierarchyResolver(INameEnvironment nameEnvironment, Map settings, HierarchyBuilder builder, IProblemFactory problemFactory) -
Uses of INameEnvironment in org.aspectj.org.eclipse.jdt.internal.core.search.matching
Classes in org.aspectj.org.eclipse.jdt.internal.core.search.matching that implement INameEnvironmentFields in org.aspectj.org.eclipse.jdt.internal.core.search.matching declared as INameEnvironmentMethods in org.aspectj.org.eclipse.jdt.internal.core.search.matching that return INameEnvironmentModifier and TypeMethodDescriptionstatic INameEnvironmentJavaSearchNameEnvironment.createWithReferencedProjects(IJavaProject javaProject, List<IJavaProject> referencedProjects, ICompilationUnit[] copies) -
Uses of INameEnvironment in org.aspectj.org.eclipse.jdt.internal.eval
Classes in org.aspectj.org.eclipse.jdt.internal.eval that implement INameEnvironmentModifier and TypeClassDescriptionclassAn environment that wraps the client's name environment.Methods in org.aspectj.org.eclipse.jdt.internal.eval with parameters of type INameEnvironmentModifier and TypeMethodDescriptionvoidEvaluationContext.evaluate(char[] codeSnippet, char[][] contextLocalVariableTypeNames, char[][] contextLocalVariableNames, int[] contextLocalVariableModifiers, char[] contextDeclaringTypeName, boolean contextIsStatic, boolean contextIsConstructorCall, INameEnvironment environment, Map<String, String> options, IRequestor requestor, IProblemFactory problemFactory) voidEvaluationContext.evaluate(char[] codeSnippet, INameEnvironment environment, Map<String, String> options, IRequestor requestor, IProblemFactory problemFactory) voidEvaluationContext.evaluateImports(INameEnvironment environment, IRequestor requestor, IProblemFactory problemFactory) voidEvaluationContext.evaluateVariable(GlobalVariable variable, INameEnvironment environment, Map<String, String> options, IRequestor requestor, IProblemFactory problemFactory) voidEvaluationContext.evaluateVariables(INameEnvironment environment, Map<String, String> options, IRequestor requestor, IProblemFactory problemFactory) Constructors in org.aspectj.org.eclipse.jdt.internal.eval with parameters of type INameEnvironmentModifierConstructorDescriptionCodeSnippetCompiler(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.