Code

sealed class Code : DocTag

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

children
Link copied to clipboard
abstract val children: List<DocTag>
params
Link copied to clipboard
abstract val params: Map<String, String>

Inheritors

CodeInline
Link copied to clipboard
CodeBlock
Link copied to clipboard