DeclarativeElement

class DeclarativeElement(type: ValType, initializers: List<List<Instruction>>) : Element

A declarative element. A declarative element is not available at runtime.

Constructors

Link copied to clipboard
constructor(type: ValType, initializers: List<List<Instruction>>)

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard
fun type(): ValType