Class and Description |
---|
IProblem
Description of a JavaScript problem, as detected by the validator
A problem provides access to:
its location (originating source file name, source position, line number),
its message description and a predicate to check its severity (warning or error).
|
IScanner
Definition of a JavaScript scanner, as returned by the
ToolFactory . |
Class and Description |
---|
IProblem
Description of a JavaScript problem, as detected by the validator
A problem provides access to:
its location (originating source file name, source position, line number),
its message description and a predicate to check its severity (warning or error).
|
Class and Description |
---|
BuildContext
The context of a validation event that is notified to interested validation
participants when {@link ValidationParticipant#buildStarting(BuildContext[], boolean) a build is starting.
|
CategorizedProblem
Richer description of a JavaScript problem, as detected by the compiler or some of the underlying
technology reusing the compiler.
|
InvalidInputException
Exception thrown by a scanner when encountering lexical errors.
|
IProblem
Description of a JavaScript problem, as detected by the validator
A problem provides access to:
its location (originating source file name, source position, line number),
its message description and a predicate to check its severity (warning or error).
|
ReconcileContext
The context of a reconcile event that is notified to interested validation
participants while a reconcile operation is running.
|
Class and Description |
---|
IProblem
Description of a JavaScript problem, as detected by the validator
A problem provides access to:
its location (originating source file name, source position, line number),
its message description and a predicate to check its severity (warning or error).
|
Class and Description |
---|
IProblem
Description of a JavaScript problem, as detected by the validator
A problem provides access to:
its location (originating source file name, source position, line number),
its message description and a predicate to check its severity (warning or error).
|
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.