Package-level declarations
Types
Link copied to clipboard
abstract class AbstractCompletionMagicsProcessor<V : Any>(libraryDescriptorsProvider: LibraryDescriptorsProvider, parseOutCellMarker: Boolean = false) : AbstractMagicsProcessor
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class CompoundCodePreprocessor(preprocessors: CodePreprocessor) : CodePreprocessor, ExtensionsProcessor<CodePreprocessor>
Containing preprocessors' process are run in reversed order: last added processors are run first
Link copied to clipboard
open class IdeCompatibleMagicsHandler(replOptions: ReplOptions, librariesProcessor: LibrariesProcessor, switcher: ResolutionInfoSwitcher<DefaultInfoSwitch>) : UseMagicsHandler
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface MagicsHandler
Link copied to clipboard
class MagicsProcessor(handler: LibrariesAwareMagicsHandler, parseOutCellMarker: Boolean = false) : AbstractMagicsProcessor, CodePreprocessor, KernelInternalObject
Link copied to clipboard
Link copied to clipboard
class UnhandledMagicException(magic: ReplLineMagic, handler: MagicsHandler) : ReplPreprocessingException
Link copied to clipboard
open class UseMagicsHandler(librariesProcessor: LibrariesProcessor, libraryResolutionInfoSwitcher: ResolutionInfoSwitcher<DefaultInfoSwitch>) : LibrariesAwareAbstractMagicsHandler