Uses of Interface
org.aspectj.org.eclipse.jdt.core.compiler.IProblem
Packages that use IProblem
Package
Description
The Java model is the set of classes that model the
objects associated with creating, editing, and building a Java program.
This package contains compiler associated infrastructure APIs.
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
-
Uses of IProblem in org.aspectj.ajdt.internal.compiler.problem
Methods in org.aspectj.ajdt.internal.compiler.problem that return IProblemModifier and TypeMethodDescriptionAjProblemReporter.createProblem(char[] fileName, int problemId, String[] problemArguments, String[] messageArguments, int severity, int problemStartPosition, int problemEndPosition, int lineNumber) All problems end up routed through here at some point... -
Uses of IProblem in org.aspectj.ajdt.internal.core.builder
Methods in org.aspectj.ajdt.internal.core.builder with parameters of type IProblemModifier and TypeMethodDescriptionstatic StringEclipseAdapterUtils.makeLocationContext(ICompilationUnit compilationUnit, IProblem problem) static IMessageEclipseAdapterUtils.makeMessage(ICompilationUnit unit, IProblem problem, World world, IProgressListener progressListener) Extract message text and source location, including context.static ISourceLocationEclipseAdapterUtils.makeSourceLocation(ICompilationUnit unit, IProblem problem, IProgressListener progressListener) Extract source location file, start and end lines, and context. -
Uses of IProblem in org.aspectj.org.eclipse.jdt.core
Methods in org.aspectj.org.eclipse.jdt.core with parameters of type IProblemModifier and TypeMethodDescriptionvoidCompletionRequestorAdapter.acceptError(IProblem error) Deprecated.voidICompletionRequestor.acceptError(IProblem error) Deprecated.voidIProblemRequestor.acceptProblem(IProblem problem) Notification of a Java problem.voidCompletionRequestor.completionFailure(IProblem problem) Notification of failure to produce any completions.voidCorrectionEngine.computeCorrections(IProblem problem, ICompilationUnit targetUnit, ICorrectionRequestor requestor) Performs code correction for the given IProblem, reporting results to the given correction requestor. -
Uses of IProblem in org.aspectj.org.eclipse.jdt.core.compiler
Classes in org.aspectj.org.eclipse.jdt.core.compiler that implement IProblemModifier and TypeClassDescriptionclassRicher description of a Java problem, as detected by the compiler or some of the underlying technology reusing the compiler.Methods in org.aspectj.org.eclipse.jdt.core.compiler that return IProblemMethods in org.aspectj.org.eclipse.jdt.core.compiler with parameters of type IProblem -
Uses of IProblem in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom that return IProblemModifier and TypeMethodDescriptionIProblem[]CompilationUnit.getProblems()Returns the list of detailed problem reports noted by the compiler during the parsing or the type checking of this compilation unit. -
Uses of IProblem in org.aspectj.org.eclipse.jdt.internal.codeassist
Methods in org.aspectj.org.eclipse.jdt.internal.codeassist with parameters of type IProblemModifier and TypeMethodDescriptionvoidCompletionRequestorWrapper.completionFailure(IProblem problem) Deprecated. -
Uses of IProblem in org.aspectj.org.eclipse.jdt.internal.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type IProblem -
Uses of IProblem in org.aspectj.org.eclipse.jdt.internal.compiler.apt.dispatch
Classes in org.aspectj.org.eclipse.jdt.internal.compiler.apt.dispatch that implement IProblem -
Uses of IProblem in org.aspectj.org.eclipse.jdt.internal.compiler.batch
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.batch with parameters of type IProblem -
Uses of IProblem in org.aspectj.org.eclipse.jdt.internal.compiler.problem
Classes in org.aspectj.org.eclipse.jdt.internal.compiler.problem that implement IProblemMethods in org.aspectj.org.eclipse.jdt.internal.compiler.problem that return IProblemMethods in org.aspectj.org.eclipse.jdt.internal.compiler.problem with parameters of type IProblem -
Uses of IProblem in org.aspectj.org.eclipse.jdt.internal.core
Methods in org.aspectj.org.eclipse.jdt.internal.core with parameters of type IProblemModifier and TypeMethodDescriptionvoidJavaModelManager.PerWorkingCopyInfo.acceptProblem(IProblem problem)
CompletionRequestor.completionFailure(IProblem)instead.