Package | Description |
---|---|
org.eclipse.jdt.core |
The Java model is the set of classes that model the
objects associated with creating, editing, and building a Java program.
|
org.eclipse.jdt.core.compiler |
This package contains compiler associated infrastructure APIs.
|
org.eclipse.jdt.core.dom |
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
|
org.eclipse.jdt.ui.text.java |
Application programming interfaces for interaction
with the Eclipse Java User Interface.
|
Modifier and Type | Method and Description |
---|---|
void |
ICompletionRequestor.acceptError(IProblem error)
Deprecated.
Use
CompletionRequestor.completionFailure(IProblem) instead. |
void |
CompletionRequestorAdapter.acceptError(IProblem error)
Deprecated.
|
void |
IProblemRequestor.acceptProblem(IProblem problem)
Notification of a Java problem.
|
void |
CompletionRequestor.completionFailure(IProblem problem)
Notification of failure to produce any completions.
|
void |
CorrectionEngine.computeCorrections(IProblem problem,
ICompilationUnit targetUnit,
ICorrectionRequestor requestor)
Performs code correction for the given IProblem,
reporting results to the given correction requestor.
|
Modifier and Type | Class and Description |
---|---|
class |
CategorizedProblem
Richer description of a Java problem, as detected by the compiler or some of the underlying
technology reusing the compiler.
|
Modifier and Type | Method and Description |
---|---|
IProblem[] |
CompilationUnit.getProblems()
Returns the list of detailed problem reports noted by the compiler
during the parsing or the type checking of this compilation unit.
|
Modifier and Type | Method and Description |
---|---|
void |
CompletionProposalCollector.completionFailure(IProblem problem)
Notification of failure to produce any completions.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.