Package | Description |
---|---|
org.eclipse.wst.jsdt.core | |
org.eclipse.wst.jsdt.core.ast | |
org.eclipse.wst.jsdt.core.compiler | |
org.eclipse.wst.jsdt.core.dom | |
org.eclipse.wst.jsdt.ui.text.java |
Modifier and Type | Method and Description |
---|---|
void |
IProblemRequestor.acceptProblem(IProblem problem)
Notification of a JavaScript problem.
|
void |
CompletionRequestor.completionFailure(IProblem problem)
Notification of failure to produce any completions.
|
void |
CorrectionEngine.computeCorrections(IProblem problem,
IJavaScriptUnit targetUnit,
ICorrectionRequestor requestor)
Performs code correction for the given IProblem,
reporting results to the given correction requestor.
|
Modifier and Type | Method and Description |
---|---|
void |
ASTVisitor.acceptProblem(IProblem problem) |
Modifier and Type | Class and Description |
---|---|
class |
CategorizedProblem
Richer description of a JavaScript problem, as detected by the compiler or some of the underlying
technology reusing the compiler.
|
Modifier and Type | Method and Description |
---|---|
IProblem[] |
JavaScriptUnit.getProblems()
Returns the list of detailed problem reports noted by the compiler
during the parsing or the type checking of this javaScript unit.
|
Modifier and Type | Method and Description |
---|---|
void |
JavaScriptUnit.setProblems(IProblem[] problems)
Sets the array of problems reported by the validator during the parsing or
name resolution of this javaScript unit.
|
Modifier and Type | Method and Description |
---|---|
void |
CompletionProposalCollector.completionFailure(IProblem problem)
Notification of failure to produce any completions.
|
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.