| Class | Description |
|---|---|
| Issue |
A single issue with the code that is being checked for problems.
|
| Issue.IssueBuilder |
Allow creating an issue in a couple of different ways.
|
| JSFunction |
A JavaScript function definition.
|
| JSFunction.Builder |
Allow construction of an immutable
JSFunction from outside of this package. |
| JSLint |
A utility class to check JavaScript source code for potential problems.
|
| JSLintBuilder |
Construct
JSLint instances. |
| JSLintResult |
The result of a JSLint run.
|
| JSLintResult.ResultBuilder |
Allow constructing a result class in such a way that we can publish
immutable instances, even from outside this package.
|
| StringArray |
A convenient shim to allow creating an array from a comma separated list in a
string.
|
| TimeLimitedContextFactory |
A ContextFactory that allows specification of a timeout.
|
| UnicodeBomInputStream |
The
UnicodeBOMInputStream class wraps any
InputStream and detects the presence of any Unicode BOM (Byte
Order Mark) at its beginning, as defined by RFC 3629 - UTF-8, a
transformation format of ISO 10646 |
| Enum | Description |
|---|---|
| Option |
All available options for tuning the behaviour of JSLint.
|
| UnicodeBomInputStream.BOM |
| Exception | Description |
|---|---|
| TimeLimitedContextFactory.TimeExceededException |
| Annotation Type | Description |
|---|---|
| NeedsContext |
An indication that this method requires access to the current JavaScript context.
|
Copyright © 2007-2013. All Rights Reserved.