ContentCodeInline

data class ContentCodeInline(    val children: List<ContentNode>,     val language: String,     val dci: DCI,     val sourceSets: Set<DisplaySourceSet>,     val style: Set<Style>,     val extra: PropertyContainer<ContentNode> = PropertyContainer.empty()) : ContentCode

Constructors

Link copied to clipboard
fun ContentCodeInline(    children: List<ContentNode>,     language: String,     dci: DCI,     sourceSets: Set<DisplaySourceSet>,     style: Set<Style>,     extra: PropertyContainer<ContentNode> = PropertyContainer.empty())

Functions

Link copied to clipboard
open override fun hasAnyContent(): Boolean
Link copied to clipboard
open override fun transformChildren(transformer: (ContentNode) -> ContentNode): ContentCodeInline
Link copied to clipboard
open override fun withNewExtras(newExtras: PropertyContainer<ContentNode>): ContentCodeInline
Link copied to clipboard
open override fun withSourceSets(sourceSets: Set<DisplaySourceSet>): ContentCodeInline

Properties

Link copied to clipboard
open override val children: List<ContentNode>
Link copied to clipboard
open override val dci: DCI
Link copied to clipboard
open override val extra: PropertyContainer<ContentNode>
Link copied to clipboard
val language: String
Link copied to clipboard
open override val sourceSets: Set<DisplaySourceSet>
Link copied to clipboard
open override val style: Set<Style>