| Package | Description |
|---|---|
| org.netbeans.spi.lsp |
| Modifier and Type | Method and Description |
|---|---|
ErrorProvider.Kind |
ErrorProvider.Context.errorKind()
The type of errors/warnings should be computed.
|
static ErrorProvider.Kind |
ErrorProvider.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorProvider.Kind[] |
ErrorProvider.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Context(FileObject file,
ErrorProvider.Kind errorKind)
Construct a new
Context. |
Context(FileObject file,
int offset,
ErrorProvider.Kind errorKind)
Construct a new
Context. |