SimpleBlock

data class SimpleBlock<T : CssNode>(val location: CssLocation, val children: List<T>) : Block<T> (source)

A simple block with a location and children.

Parameters

T

The type of the children nodes.

Constructors

Link copied to clipboard
constructor(location: CssLocation, children: List<T>)

Properties

Link copied to clipboard
open override val children: List<T>
Link copied to clipboard
open override val location: CssLocation

Functions

Link copied to clipboard
open override fun toString(indent: Int): String
open override fun toString(): String