AsmElementSimpleBuilder

class AsmElementSimpleBuilder(_asm: AsmSimple, typeName: String, isRoot: Boolean)

Functions

build
Link copied to clipboard
fun build(): AsmElementSimple
property
Link copied to clipboard
fun property(name: String, value: Any?)
fun property(name: String, typeName: String, init: AsmElementSimpleBuilder.() -> Unit): AsmElementSimple