| Class and Description |
|---|
| CompletionProposal
Represents a proposal to complete a given piece of definition DSL.
|
| CompletionProposal.Factory |
| ExpansionStrategy
Used to enhance a well formed stream definition by adding yet more text to it
(e.g. adding more options to a module).
|
| RecoveryStrategy
Used to provide completions on ill-formed stream definitions, after an initial (failed)
parse.
|
| StacktraceFingerprintingRecoveryStrategy
A recovery strategy that will trigger if the parser failure is similar to that of some
sample unfinished stream definition.
|
| StacktraceFingerprintingTaskRecoveryStrategy
A recovery strategy that will trigger if the parser failure is similar to that of some
sample unfinished task definition.
|
| StreamCompletionProvider
Provides code completion on a (maybe ill-formed) stream definition.
|
| TaskCompletionProvider
Provides code completion on a (maybe ill-formed) task definition.
|
| TaskExpansionStrategy
Used to enhance a well formed task definition by adding yet more text to it
(e.g. adding more options to a module).
|
| ValueHintProvider
Interface to provide value hints that can be discovered for properties.
|
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.