Package net.akehurst.language.api.processor

Types

CompletionItem
Link copied to clipboard
common
data class CompletionItem(rule: Rule, text: String)
Formatter
Link copied to clipboard
common
interface Formatter
LanguageProcessor
Link copied to clipboard
common
interface LanguageProcessor
LanguageProcessorException
Link copied to clipboard
common
class LanguageProcessorException(message: String, cause: Throwable?) : Exception