FunctionVariable

data class FunctionVariable(val function: FunctionName, val variable: Variable) : PrettyPrintable

Constructors

Link copied to clipboard
fun FunctionVariable(function: FunctionName, variable: Variable)

Functions

Link copied to clipboard
open override fun toDocument(): Document

Properties

Link copied to clipboard
Link copied to clipboard