Uses of Interface
org.aspectj.org.eclipse.jdt.internal.compiler.IProblemFactory
Packages that use IProblemFactory
Package
Description
-
Uses of IProblemFactory in org.aspectj.ajdt.internal.compiler.problem
Constructors in org.aspectj.ajdt.internal.compiler.problem with parameters of type IProblemFactoryModifierConstructorDescriptionAjProblemReporter(IErrorHandlingPolicy policy, CompilerOptions options, IProblemFactory problemFactory) -
Uses of IProblemFactory in org.aspectj.ajdt.internal.core.builder
Methods in org.aspectj.ajdt.internal.core.builder that return IProblemFactory -
Uses of IProblemFactory in org.aspectj.org.eclipse.jdt.internal.codeassist
Classes in org.aspectj.org.eclipse.jdt.internal.codeassist that implement IProblemFactory -
Uses of IProblemFactory in org.aspectj.org.eclipse.jdt.internal.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type IProblemFactoryModifier 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 IProblemFactoryModifierConstructorDescriptionCompiler(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) DocumentElementParser(IDocumentElementRequestor requestor, IProblemFactory problemFactory, CompilerOptions options) 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 IProblemFactory in org.aspectj.org.eclipse.jdt.internal.compiler.batch
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.batch that return IProblemFactory -
Uses of IProblemFactory in org.aspectj.org.eclipse.jdt.internal.compiler.problem
Classes in org.aspectj.org.eclipse.jdt.internal.compiler.problem that implement IProblemFactoryFields in org.aspectj.org.eclipse.jdt.internal.compiler.problem declared as IProblemFactoryConstructors in org.aspectj.org.eclipse.jdt.internal.compiler.problem with parameters of type IProblemFactoryModifierConstructorDescriptionProblemHandler(IErrorHandlingPolicy policy, CompilerOptions options, IProblemFactory problemFactory) ProblemReporter(IErrorHandlingPolicy policy, CompilerOptions options, IProblemFactory problemFactory) -
Uses of IProblemFactory in org.aspectj.org.eclipse.jdt.internal.compiler.tool
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.tool that return IProblemFactory -
Uses of IProblemFactory in org.aspectj.org.eclipse.jdt.internal.core
Classes in org.aspectj.org.eclipse.jdt.internal.core that implement IProblemFactoryConstructors in org.aspectj.org.eclipse.jdt.internal.core with parameters of type IProblemFactoryModifierConstructorDescriptionprotectedCompilationUnitProblemFinder(INameEnvironment environment, IErrorHandlingPolicy policy, CompilerOptions compilerOptions, ICompilerRequestor requestor, IProblemFactory problemFactory) Answer a new CompilationUnitVisitor using the given name environment and compiler options. -
Uses of IProblemFactory in org.aspectj.org.eclipse.jdt.internal.core.builder
Classes in org.aspectj.org.eclipse.jdt.internal.core.builder that implement IProblemFactory -
Uses of IProblemFactory in org.aspectj.org.eclipse.jdt.internal.core.eval
Methods in org.aspectj.org.eclipse.jdt.internal.core.eval that return IProblemFactoryModifier and TypeMethodDescriptionprotected IProblemFactoryEvaluationContextWrapper.getProblemFactory()Returns the problem factory to be used during evaluation. -
Uses of IProblemFactory in org.aspectj.org.eclipse.jdt.internal.core.hierarchy
Constructors in org.aspectj.org.eclipse.jdt.internal.core.hierarchy with parameters of type IProblemFactoryModifierConstructorDescriptionHierarchyResolver(INameEnvironment nameEnvironment, Map settings, HierarchyBuilder builder, IProblemFactory problemFactory) -
Uses of IProblemFactory in org.aspectj.org.eclipse.jdt.internal.core.search.indexing
Constructors in org.aspectj.org.eclipse.jdt.internal.core.search.indexing with parameters of type IProblemFactoryModifierConstructorDescriptionIndexingParser(ISourceElementRequestor requestor, IProblemFactory problemFactory, CompilerOptions options, boolean reportLocalDeclarations, boolean optimizeStringLiterals, boolean useSourceJavadocParser) -
Uses of IProblemFactory in org.aspectj.org.eclipse.jdt.internal.eval
Methods in org.aspectj.org.eclipse.jdt.internal.eval with parameters of type IProblemFactoryModifier 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 IProblemFactoryModifierConstructorDescriptionCodeSnippetCompiler(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.