AsmSimple

class AsmSimple

Functions

addRoot
Link copied to clipboard
fun addRoot(root: AsmElementSimple)
asString
Link copied to clipboard
fun asString(indent: String, currentIndent: String = ""): String
createNonRootElement
Link copied to clipboard
fun createNonRootElement(typeName: String): AsmElementSimple
createRootElement
Link copied to clipboard
fun createRootElement(typeName: String): AsmElementSimple

Properties

rootElements
Link copied to clipboard
val rootElements: List<AsmElementSimple>