MarkerBlock

interface MarkerBlock

Types

ClosingAction
Link copied to clipboard
common
enum ClosingAction : Enum<MarkerBlock.ClosingAction>
EventAction
Link copied to clipboard
common
enum EventAction : Enum<MarkerBlock.EventAction>
ProcessingResult
Link copied to clipboard
common
class ProcessingResult

Functions

acceptAction
Link copied to clipboard
common
abstract fun acceptAction(action: MarkerBlock.ClosingAction): Boolean
allowsSubBlocks
Link copied to clipboard
common
abstract fun allowsSubBlocks(): Boolean
equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
getBlockConstraints
Link copied to clipboard
common
abstract fun getBlockConstraints(): MarkdownConstraints
getNextInterestingOffset
Link copied to clipboard
common
abstract fun getNextInterestingOffset(pos: LookaheadText.Position): Int
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
isInterestingOffset
Link copied to clipboard
common
abstract fun isInterestingOffset(pos: LookaheadText.Position): Boolean
processToken
Link copied to clipboard
common
abstract fun processToken(pos: LookaheadText.Position, currentConstraints: MarkdownConstraints): MarkerBlock.ProcessingResult
toString
Link copied to clipboard
common
open fun toString(): String

Inheritors

MarkerBlockImpl
Link copied to clipboard