Class

data class Class(val name: String, val functions: List<Compound.Function>, val properties: List<Element.Parameter>) : Compound

Constructors

Link copied to clipboard
constructor(name: String, functions: List<Compound.Function>, properties: List<Element.Parameter>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard