Uses of Interface
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.
Application programming interface for the JDT core manipulation plug-in class.
Application programming interfaces for interaction
with the Eclipse Java User Interface.
-
Uses of IProblem in org.eclipse.jdt.core
Methods in 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.eclipse.jdt.core.compiler
Classes in 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. -
Uses of IProblem in org.eclipse.jdt.core.dom
Methods in 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.eclipse.jdt.core.manipulation
Methods in org.eclipse.jdt.core.manipulation that return IProblemModifier and TypeMethodDescriptionOrganizeImportsOperation.getParseError()After executing the operation, returnsnullif the operation has been executed successfully or the range where parsing failed. -
Uses of IProblem in org.eclipse.jdt.ui.text.java
Methods in org.eclipse.jdt.ui.text.java with parameters of type IProblemModifier and TypeMethodDescriptionvoidCompletionProposalCollector.completionFailure(IProblem problem) Notification of failure to produce any completions.
CompletionRequestor.completionFailure(IProblem)instead.