Function

data class Function(val location: CssLocation, val name: String, val arguments: List<Value>) : Value(source)

Represents a function value.

Constructors

Link copied to clipboard
constructor(location: CssLocation, name: String, arguments: List<Value>)

Properties

Link copied to clipboard
Link copied to clipboard
open override val location: CssLocation
Link copied to clipboard

Functions

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