Package | Description |
---|---|
org.netbeans.modules.parsing.spi |
Supports registration and automatic scheduling of various parser based tasks.
|
Modifier and Type | Method and Description |
---|---|
static Parser.CancelReason |
Parser.CancelReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Parser.CancelReason[] |
Parser.CancelReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Parser.cancel(Parser.CancelReason reason,
SourceModificationEvent event)
Called by the infrastructure to stop the parser operation.
|